Home
last modified time | relevance | path

Searched refs:SetSavedEntryPoint (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Dprofiling_info.h94 void SetSavedEntryPoint(const void* entry_point) { in SetSavedEntryPoint() function
Djit_code_cache.cc1163 method->GetProfilingInfo(kRuntimePointerSize)->SetSavedEntryPoint( in CommitCodeInternal()
1299 info->SetSavedEntryPoint(nullptr); in MoveObsoleteMethod()
1329 info->SetSavedEntryPoint(nullptr); in ClearEntryPointsInZygoteExecSpace()
1587 info->SetSavedEntryPoint(entry_point); in GarbageCollectCache()
1672 info->SetSavedEntryPoint(nullptr); in SetGarbageCollectCode()
1694 info->SetSavedEntryPoint(nullptr); in DoCollection()
2168 profiling_info->SetSavedEntryPoint(nullptr); in InvalidateCompiledCodeFor()
/art/runtime/
Dinstrumentation.cc887 profiling_info->SetSavedEntryPoint(quick_code); in UpdateMethodsCodeImpl()