Home
last modified time | relevance | path

Searched defs:method_handle (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc368 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeTransform()
623 Handle<mirror::MethodHandle> method_handle, in MethodHandleFieldAccess()
692 Handle<mirror::MethodHandle> method_handle, in DoVarHandleInvokeTranslation()
753 Handle<mirror::MethodHandle> method_handle, in DoMethodHandleInvokeMethod()
812 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactInternal()
846 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeInternal()
897 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvoke()
907 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExact()
916 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactWithFrame()
H A Dclass_linker.cc10302 const dex::MethodHandleItem& method_handle, in ResolveMethodHandleForField()
10438 const dex::MethodHandleItem& method_handle, in ResolveMethodHandleForMethod()
10619 const dex::MethodHandleItem& method_handle = dex_file->GetMethodHandle(method_handle_idx); in ResolveMethodHandle() local
/aosp_15_r20/tools/dexter/dexter/
H A Ddisassembler.cc221 bool PrintCodeIrVisitor::Visit(lir::MethodHandle* method_handle){ in Visit()
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.cc791 HLoadMethodHandle* method_handle, in CreateLoadMethodHandleRuntimeCallLocationSummary()
803 void CodeGenerator::GenerateLoadMethodHandleRuntimeCall(HLoadMethodHandle* method_handle) { in GenerateLoadMethodHandleRuntimeCall()
H A Dintrinsics_x86_64.cc155 InvokePolymorphicSlowPathX86_64(HInstruction* instruction, CpuRegister method_handle) in InvokePolymorphicSlowPathX86_64()
4246 CpuRegister method_handle = locations->InAt(0).AsRegister<CpuRegister>(); in VisitMethodHandleInvokeExact() local
H A Dintrinsics_arm64.cc171 InvokePolymorphicSlowPathARM64(HInstruction* instruction, Register method_handle) in InvokePolymorphicSlowPathARM64()
5996 Register method_handle = InputRegisterAt(invoke, 0); in VisitMethodHandleInvokeExact() local
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2473 Handle<mirror::MethodHandle> method_handle(hs.NewHandle( in artInvokePolymorphic() local
2552 Handle<mirror::MethodHandle> method_handle( in artInvokePolymorphicWithHiddenReceiver() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc310 Handle<mirror::MethodHandle> method_handle(hs.NewHandle( in DoMethodHandleInvokeCommon() local