Searched refs:retry_allocation (Results 1 – 4 of 4) sorted by relevance
40 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() argument67 return code_cache->AddProfilingInfo(self, method, entries, retry_allocation) != nullptr; in Create()
68 static bool Create(Thread* self, ArtMethod* method, bool retry_allocation)
322 bool retry_allocation)
1551 bool retry_allocation) in AddProfilingInfo() argument1556 if (!retry_allocation) { in AddProfilingInfo()