Searched refs:profiling_info (Results 1 – 8 of 8) sorted by relevance
18 #include "jit/profiling_info.h"
32 #include "profiling_info.def"
1872 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local1874 if ((profiling_info != nullptr) && in InvalidateCompiledCodeFor()1875 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()1877 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()1879 profiling_info->SetSavedEntryPoint(nullptr); in InvalidateCompiledCodeFor()1889 ClearMethodCounter(method, /*was_warm=*/ profiling_info != nullptr); in InvalidateCompiledCodeFor()
1646 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local1650 if ((profiling_info != nullptr) && in MethodEntered()1651 (profiling_info->GetSavedEntryPoint() != nullptr) && in MethodEntered()1654 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()
153 "jit/profiling_info.cc",
88 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke() local89 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in UseFastInterpreterToInterpreterInvoke()
682 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local684 if (profiling_info == nullptr) { in GetInlineCacheJIT()694 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()