Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc324 ArtMethod* current_method, in DumpNativeStack()
Dclass_linker.cc6752 ArtMethod* current_method = &method_iter; in FindDefaultMethodImplementation() local
6904 ArtMethod* current_method, in SetIMTRef()
7725 ArtMethod* current_method = nullptr; in FindMethod() local
8263 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods() local
Dthread.cc2138 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack() local
/art/runtime/jni/
Djava_vm_ext.cc559 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort() local
/art/runtime/mirror/
Dclass.cc888 ArtMethod* current_method = &method_iter; in FindVirtualMethodForInterfaceSuper() local
/art/compiler/optimizing/
Dnodes.h6301 HLoadClass(HCurrentMethod* current_method, in HLoadClass()
6533 HLoadString(HCurrentMethod* current_method, in HLoadString()
6674 HLoadMethodHandle(HCurrentMethod* current_method, in HLoadMethodHandle()
6718 HLoadMethodType(HCurrentMethod* current_method, in HLoadMethodType()
Dcode_generator_arm64.cc4809 Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local
Dcode_generator_x86_64.cc6049 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); in VisitLoadClass() local
Dcode_generator_x86.cc6717 Register current_method = locations->InAt(0).AsRegister<Register>(); in VisitLoadClass() local
Dcode_generator_arm_vixl.cc7198 vixl32::Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local