Home
last modified time | relevance | path

Searched defs:current_method (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dnative_stack_dump.cc318 ArtMethod* current_method, in DumpNativeStack()
Dclass_linker.cc6570 ArtMethod* current_method = &method_iter; in FindDefaultMethodImplementation() local
6720 ArtMethod* current_method, in SetIMTRef()
7541 ArtMethod* current_method = nullptr; in FindMethod() local
8078 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods() local
Dthread.cc2119 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack() local
/art/runtime/jni/
Djava_vm_ext.cc552 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort() local
/art/runtime/mirror/
Dclass.cc767 ArtMethod* current_method = &method_iter; in FindVirtualMethodForInterfaceSuper() local
/art/compiler/optimizing/
Dnodes.h6276 HLoadClass(HCurrentMethod* current_method, in HLoadClass()
6508 HLoadString(HCurrentMethod* current_method, in HLoadString()
6649 HLoadMethodHandle(HCurrentMethod* current_method, in HLoadMethodHandle()
6693 HLoadMethodType(HCurrentMethod* current_method, in HLoadMethodType()
Dcode_generator_arm64.cc4631 Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local
Dcode_generator_x86_64.cc5945 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); in VisitLoadClass() local
Dcode_generator_x86.cc6579 Register current_method = locations->InAt(0).AsRegister<Register>(); in VisitLoadClass() local
Dcode_generator_arm_vixl.cc7001 vixl32::Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local