Home
last modified time | relevance | path

Searched refs:GetOptimizedCodeInfoPtr (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_quick_method_header.h73 ALWAYS_INLINE const uint8_t* GetOptimizedCodeInfoPtr() const { in GetOptimizedCodeInfoPtr() function
79 ALWAYS_INLINE uint8_t* GetOptimizedCodeInfoPtr() { in GetOptimizedCodeInfoPtr() function
91 ? CodeInfo::DecodeCodeSize(GetOptimizedCodeInfoPtr()) in GetCodeSize()
138 return CodeInfo::DecodeFrameInfo(GetOptimizedCodeInfoPtr()); in GetFrameInfo()
Dstack_map.cc62 : CodeInfo(header->GetOptimizedCodeInfoPtr()) {} in CodeInfo()
65 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeGcMasksOnly()
74 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeInlineInfoOnly()
Dstack.cc869 && CodeInfo::HasInlineInfo(cur_oat_quick_method_header_->GetOptimizedCodeInfoPtr())) { in WalkStack()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc41 OatQuickMethodHeader::FromEntryPoint(pc)->GetOptimizedCodeInfoPtr())) { in do_checks()
/art/runtime/entrypoints/
Dentrypoint_utils.cc209 CodeInfo::HasInlineInfo(current_code->GetOptimizedCodeInfoPtr())) { in DoGetCalleeSaveMethodCaller()
/art/runtime/jit/
Djit_code_cache.cc393 uint8_t* data = method_header->GetOptimizedCodeInfoPtr(); in GetRootTable()
1302 if (CodeInfo::IsBaseline(method_header->GetOptimizedCodeInfoPtr())) { in DoCollection()
1585 if (CodeInfo::IsBaseline(method_header->GetOptimizedCodeInfoPtr()) == is_baseline) { in NotifyCompilationOf()
/art/oatdump/
Doatdump.cc321 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr; in WalkOatMethod()
2141 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()