Searched defs:method_handle (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/ |
| D | method_handles.cc | 368 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() 813 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactInternal() 847 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeInternal() 898 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvoke() 908 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExact() 917 Handle<mirror::MethodHandle> method_handle, in MethodHandleInvokeExactWithFrame()
|
| D | class_linker.cc | 10515 const dex::MethodHandleItem& method_handle, in ResolveMethodHandleForField() 10647 const dex::MethodHandleItem& method_handle, in ResolveMethodHandleForMethod() 10828 const dex::MethodHandleItem& method_handle = dex_file->GetMethodHandle(method_handle_idx); in ResolveMethodHandle() local
|
| /art/compiler/optimizing/ |
| D | code_generator.cc | 790 HLoadMethodHandle* method_handle, in CreateLoadMethodHandleRuntimeCallLocationSummary() 802 void CodeGenerator::GenerateLoadMethodHandleRuntimeCall(HLoadMethodHandle* method_handle) { in GenerateLoadMethodHandleRuntimeCall()
|
| D | intrinsics_x86_64.cc | 156 InvokePolymorphicSlowPathX86_64(HInstruction* instruction, CpuRegister method_handle) in InvokePolymorphicSlowPathX86_64() 4274 CpuRegister method_handle = receiver_mh_loc.IsRegister() in VisitMethodHandleInvokeExact() local
|
| D | intrinsics_arm64.cc | 177 InvokePolymorphicSlowPathARM64(HInstruction* instruction, Register method_handle) in InvokePolymorphicSlowPathARM64() 6015 Register method_handle = receiver_mh_loc.IsRegister() in VisitMethodHandleInvokeExact() local
|
| D | intrinsics_riscv64.cc | 98 InvokePolymorphicSlowPathRISCV64(HInstruction* instruction, XRegister method_handle) in InvokePolymorphicSlowPathRISCV64() 5792 XRegister method_handle = locations->InAt(0).AsRegister<XRegister>(); in VisitMethodHandleInvokeExact() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 310 Handle<mirror::MethodHandle> method_handle(hs.NewHandle( in DoMethodHandleInvokeCommon() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 2483 Handle<mirror::MethodHandle> method_handle(hs.NewHandle( in artInvokePolymorphic() local 2562 Handle<mirror::MethodHandle> method_handle( in artInvokePolymorphicWithHiddenReceiver() local
|