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

  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
  /art/runtime/
oat_quick_method_header.cc 64 uintptr_t OatQuickMethodHeader::ToNativeQuickPc(ArtMethod* method,
oat_quick_method_header.h 121 uintptr_t ToNativeQuickPc(ArtMethod* method,
quick_exception_handler.cc 113 GetCurrentOatQuickMethodHeader()->ToNativeQuickPc(
  /art/compiler/
exception_test.cc 190 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(
197 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc(

Completed in 572 milliseconds