Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h78 ALWAYS_INLINE const uint8_t* GetOptimizedCodeInfoPtr() const { in GetOptimizedCodeInfoPtr() function
84 ALWAYS_INLINE uint8_t* GetOptimizedCodeInfoPtr() { in GetOptimizedCodeInfoPtr() function
96 ? CodeInfo::DecodeCodeSize(GetOptimizedCodeInfoPtr()) in GetCodeSize()
145 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.cc843 && 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.cc210 CodeInfo::HasInlineInfo(current_code->GetOptimizedCodeInfoPtr())) { in DoGetCalleeSaveMethodCaller()
/art/runtime/jit/
Djit_code_cache.cc394 uint8_t* data = method_header->GetOptimizedCodeInfoPtr(); in GetRootTable()
1319 if (CodeInfo::IsBaseline(method_header->GetOptimizedCodeInfoPtr())) { in DoCollection()
1528 OatQuickMethodHeader::FromEntryPoint(entry_point)->GetOptimizedCodeInfoPtr())) { in GetProfiledMethods()
1606 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()
2200 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()