Home
last modified time | relevance | path

Searched refs:retry_allocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc41 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() argument
76 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr; in Create()
Dprofiling_info.h62 static bool Create(Thread* self, ArtMethod* method, bool retry_allocation)
Djit_code_cache.h187 bool retry_allocation)
Djit_code_cache.cc1206 bool retry_allocation) in AddProfilingInfo() argument
1210 if (!retry_allocation) { in AddProfilingInfo()