Home
last modified time | relevance | path

Searched refs:GetOatQuickMethodHeader (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/runtime/
H A Doat_file-inl.h27 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
37 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetOatQuickMethodHeaderOffset()
H A Dfault_handler.cc330 const OatQuickMethodHeader* method_header = method_obj->GetOatQuickMethodHeader(return_pc); in IsInGeneratedCode()
H A Doat_file.h205 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
H A Dart_method.h725 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
H A Dart_method.cc538 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod
H A Dstack.cc860 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_); in WalkStack()
/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/entrypoints/jni/
H A Djni_entrypoints.cc157 const OatQuickMethodHeader* current_code = method->GetOatQuickMethodHeader(caller_pc); in artCriticalNativeFrameSize()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.cc206 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DoGetCalleeSaveMethodCaller()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc258 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc); in GetCallingDexPc()
1165 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DumpB74410240DebugData()
/aosp12/art/oatdump/
H A Doatdump.cc296 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in WalkOatMethod()
1183 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in DumpOatMethod()