Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h123 void DoneCompilerUse(ArtMethod* method, Thread* self)
Djit_code_cache.cc2132 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse() function in art::jit::JitCodeCache
/art/compiler/optimizing/
Dinliner.cc338 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()