Home
last modified time | relevance | path

Searched defs:handle_kind (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dmethod_handle_impl-inl.h29 const int32_t handle_kind = GetField32(OFFSET_OF_OBJECT_MEMBER(MethodHandle, handle_kind_)); in GetHandleKind() local
/aosp_15_r20/art/runtime/native/
H A Djava_lang_invoke_MethodHandleImpl.cc41 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind(); in MethodHandleImpl_getMemberInternal() local
/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc445 const mirror::MethodHandle::Kind& handle_kind, in RefineTargetMethod()
628 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in MethodHandleFieldAccess() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py301 def gen_check(handle_kind, idx, name, tensor): argument