Home
last modified time | relevance | path

Searched refs:ToNativeQuickPc (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/004-ReferenceMap/
H A Dstack_walk_refmap_jni.cc27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
/aosp12/art/compiler/
H A Dexception_test.cc190 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
197 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
/aosp12/art/runtime/
H A Doat_quick_method_header.cc59 uintptr_t OatQuickMethodHeader::ToNativeQuickPc(ArtMethod* method, in ToNativeQuickPc() function in art::OatQuickMethodHeader
H A Doat_quick_method_header.h141 uintptr_t ToNativeQuickPc(ArtMethod* method,
H A Dquick_exception_handler.cc117 GetCurrentOatQuickMethodHeader()->ToNativeQuickPc( in HandleTryItems()