Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h27 inline const OatQuickMethodHeader* OatFile::OatMethod::GetOatQuickMethodHeader() const { in GetOatQuickMethodHeader() function
37 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetOatQuickMethodHeaderOffset()
45 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetQuickCodeSizeOffset()
82 const OatQuickMethodHeader* method_header = GetOatQuickMethodHeader(); in GetVmapTableOffsetOffset()
Dfault_handler.cc329 const OatQuickMethodHeader* method_header = method_obj->GetOatQuickMethodHeader(return_pc); in IsInGeneratedCode()
Doat_file.h169 const OatQuickMethodHeader* GetOatQuickMethodHeader() const;
Dart_method.h673 const OatQuickMethodHeader* GetOatQuickMethodHeader(uintptr_t pc)
Dart_method.cc573 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader() function in art::ArtMethod
Dstack.cc808 cur_oat_quick_method_header_ = method->GetOatQuickMethodHeader(cur_quick_frame_pc_); in WalkStack()
/art/compiler/
Dexception_test.cc189 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
196 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
/art/runtime/entrypoints/
Dentrypoint_utils.cc203 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DoGetCalleeSaveMethodCaller()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc342 const OatQuickMethodHeader* current_code = (*caller_sp)->GetOatQuickMethodHeader(outer_pc); in GetCallingDexPc()
1247 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc); in DumpB74410240DebugData()
/art/oatdump/
Doatdump.cc298 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in WalkOatMethod()
1196 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader(); in DumpOatMethod()