Searched refs:profiling_info (Results 1 – 8 of 8) sorted by relevance
18 #include "jit/profiling_info.h"
32 #include "profiling_info.def"
1766 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local1768 if ((profiling_info != nullptr) && in InvalidateCompiledCodeFor()1769 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()1771 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()1773 profiling_info->SetSavedEntryPoint(nullptr); in InvalidateCompiledCodeFor()1783 ClearMethodCounter(method, /*was_warm=*/ profiling_info != nullptr); in InvalidateCompiledCodeFor()
1630 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local1634 if ((profiling_info != nullptr) && in MethodEntered()1635 (profiling_info->GetSavedEntryPoint() != nullptr) && in MethodEntered()1638 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
934 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UpdateMethodsCodeImpl() local937 if (profiling_info != nullptr) { in UpdateMethodsCodeImpl()938 profiling_info->SetSavedEntryPoint(quick_code); in UpdateMethodsCodeImpl()
146 "jit/profiling_info.cc",
88 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke() local89 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in UseFastInterpreterToInterpreterInvoke()
675 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local677 if (profiling_info == nullptr) { in GetInlineCacheJIT()687 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()