Searched refs:retry_allocation (Results 1 – 4 of 4) sorted by relevance
41 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() argument68 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr; in Create()
62 static bool Create(Thread* self, ArtMethod* method, bool retry_allocation)
214 bool retry_allocation)
1882 bool retry_allocation) in AddProfilingInfo() argument1886 if (!retry_allocation) { in AddProfilingInfo()