Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofiling_info.cc64 return code_cache->AddProfilingInfo(self, method, entries); in Create()
H A Djit_code_cache.h315 ProfilingInfo* AddProfilingInfo(Thread* self,
H A Djit_code_cache.cc1437 ProfilingInfo* JitCodeCache::AddProfilingInfo(Thread* self, in AddProfilingInfo() function in art::jit::JitCodeCache