Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_quick_method_header.h94 ALWAYS_INLINE const uint8_t* GetOptimizedCodeInfoPtr() const { in GetOptimizedCodeInfoPtr() function
100 ALWAYS_INLINE uint8_t* GetOptimizedCodeInfoPtr() { in GetOptimizedCodeInfoPtr() function
117 return CodeInfo::DecodeCodeSize(GetOptimizedCodeInfoPtr()); in GetCodeSize()
167 return CodeInfo::DecodeFrameInfo(GetOptimizedCodeInfoPtr()); in GetFrameInfo()
198 return IsOptimized() && CodeInfo::HasShouldDeoptimizeFlag(GetOptimizedCodeInfoPtr()); in HasShouldDeoptimizeFlag()
H A Dstack_map.cc62 : CodeInfo(header->GetOptimizedCodeInfoPtr()) {} in CodeInfo()
65 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeGcMasksOnly()
74 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeInlineInfoOnly()
/aosp_15_r20/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc41 OatQuickMethodHeader::FromEntryPoint(pc)->GetOptimizedCodeInfoPtr())) { in do_checks()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc222 CodeInfo::HasInlineInfo(current_code->GetOptimizedCodeInfoPtr())) { in DoGetCalleeSaveMethodCallerAndDexPc()
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc238 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks()
502 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
H A Dstack.cc913 && CodeInfo::HasInlineInfo(cur_oat_quick_method_header_->GetOptimizedCodeInfoPtr())) { in WalkStack()
H A Druntime.cc3076 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()
/aosp_15_r20/art/test/common/
H A Druntime_state.cc302 if (!CodeInfo::IsBaseline(method_header->GetOptimizedCodeInfoPtr())) { in ForceJitCompiled()
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc642 uint8_t* data = method_header->GetOptimizedCodeInfoPtr(); in GetRootTable()
1571 OatQuickMethodHeader::FromEntryPoint(entry_point)->GetOptimizedCodeInfoPtr()) && in GetProfiledMethods()
H A Djit.cc1409 OatQuickMethodHeader::FromEntryPoint(entry_point)->GetOptimizedCodeInfoPtr())) { in EnqueueOptimizedCompilation()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc326 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr; in WalkOatMethod()
2257 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()