HomeSort by relevance Sort by last modified time
    Searched refs:current_method (Results 1 - 12 of 12) sorted by null

  /art/runtime/
native_stack_dump.h 37 ArtMethod* current_method = nullptr,
native_stack_dump.cc 289 ArtMethod* current_method,
365 } else if (current_method != nullptr &&
367 PcIsWithinQuickCode(current_method, it->pc)) {
368 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode();
369 os << current_method->JniLongName() << "+"
431 ArtMethod* current_method ATTRIBUTE_UNUSED,
class_linker.cc 6068 ArtMethod* current_method = &method_iter; local
6898 ArtMethod* current_method = nullptr; local
7432 ArtMethod* current_method = helper.FindMethod(interface_method, local
    [all...]
java_vm_ext.cc 522 ArtMethod* current_method = self->GetCurrentMethod(nullptr); local
531 if (current_method != nullptr) {
532 os << "\n from " << current_method->PrettyMethod();
    [all...]
class_linker.h     [all...]
thread.cc 1930 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); local
    [all...]
  /art/runtime/mirror/
class.cc 779 ArtMethod* current_method = &method_iter; local
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc 7122 vixl32::Register current_method = InputRegisterAt(cls, 0); variable
    [all...]
code_generator_x86.cc 6147 Register current_method = locations->InAt(0).AsRegister<Register>(); variable
    [all...]
code_generator_x86_64.cc 5559 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); variable
    [all...]

Completed in 284 milliseconds