Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h213 ProfilingInfo* NotifyCompilerUse(ArtMethod* method, Thread* self)
Djit_code_cache.cc1701 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse() function in art::jit::JitCodeCache
/art/compiler/optimizing/
Dinliner.cc331 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()