Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.h93 ALWAYS_INLINE const uint8_t* GetOptimizedCodeInfoPtr() const { in GetOptimizedCodeInfoPtr() function
99 ALWAYS_INLINE uint8_t* GetOptimizedCodeInfoPtr() { in GetOptimizedCodeInfoPtr() function
116 return CodeInfo::DecodeCodeSize(GetOptimizedCodeInfoPtr()); in GetCodeSize()
164 return CodeInfo::DecodeFrameInfo(GetOptimizedCodeInfoPtr()); in GetFrameInfo()
195 return IsOptimized() && CodeInfo::HasShouldDeoptimizeFlag(GetOptimizedCodeInfoPtr()); in HasShouldDeoptimizeFlag()
Dstack_map.cc62 : CodeInfo(header->GetOptimizedCodeInfoPtr()) {} in CodeInfo()
65 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeGcMasksOnly()
74 CodeInfo code_info(header->GetOptimizedCodeInfoPtr()); in DecodeInlineInfoOnly()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc41 OatQuickMethodHeader::FromEntryPoint(pc)->GetOptimizedCodeInfoPtr())) { in do_checks()
/art/runtime/entrypoints/
Dentrypoint_utils.cc222 CodeInfo::HasInlineInfo(current_code->GetOptimizedCodeInfoPtr())) { in DoGetCalleeSaveMethodCallerAndDexPc()
/art/runtime/
Dinstrumentation.cc239 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks()
475 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
Dstack.cc900 && CodeInfo::HasInlineInfo(cur_oat_quick_method_header_->GetOptimizedCodeInfoPtr())) { in WalkStack()
Druntime.cc3072 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()
/art/test/common/
Druntime_state.cc300 if (!CodeInfo::IsBaseline(method_header->GetOptimizedCodeInfoPtr())) { in ForceJitCompiled()
/art/runtime/jit/
Djit_code_cache.cc405 uint8_t* data = method_header->GetOptimizedCodeInfoPtr(); in GetRootTable()
1482 OatQuickMethodHeader::FromEntryPoint(entry_point)->GetOptimizedCodeInfoPtr()) && in GetProfiledMethods()
/art/oatdump/
Doatdump.cc326 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr; in WalkOatMethod()
2244 vmap_table_bytes = ComputeOatSize(method_header->GetOptimizedCodeInfoPtr(), in DumpMethod()