Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofiling_info.cc115 profiling_info_(jit->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoUse()
H A Djit_code_cache.h213 ProfilingInfo* NotifyCompilerUse(ArtMethod* method, Thread* self)
H A Djit_code_cache.cc1676 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse() function in art::jit::JitCodeCache