Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc120 jit_->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoUse()
Djit_code_cache.h221 void DoneCompilerUse(ArtMethod* method, Thread* self)
Djit_code_cache.cc1689 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse() function in art::jit::JitCodeCache