Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h375 const void* FindCompiledCodeForInstrumentation(ArtMethod* method)
Djit_code_cache.cc290 return FindCompiledCodeForInstrumentation(method) != nullptr; in WillExecuteJitCode()
330 const void* JitCodeCache::FindCompiledCodeForInstrumentation(ArtMethod* method) { in FindCompiledCodeForInstrumentation() function in art::jit::JitCodeCache
/art/runtime/
Dinstrumentation.cc1177 const void* res = jit->GetCodeCache()->FindCompiledCodeForInstrumentation(method); in GetCodeForInvoke()