Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h403 bool CanAllocateProfilingInfo() { in CanAllocateProfilingInfo() function
Djit.cc177 !GetCodeCache()->CanAllocateProfilingInfo()) { in CompileMethodInternal()
1725 if (!method->IsNative() && GetCodeCache()->CanAllocateProfilingInfo()) { in MaybeEnqueueCompilation()
Djit_code_cache.cc1386 DCHECK(CanAllocateProfilingInfo()); in AddProfilingInfo()
1624 DCHECK(CanAllocateProfilingInfo()); in NotifyCompilationOf()