Searched refs:FindCompiledCodeForInstrumentation (Results 1 – 3 of 3) sorted by relevance
375 const void* FindCompiledCodeForInstrumentation(ArtMethod* method)
290 return FindCompiledCodeForInstrumentation(method) != nullptr; in WillExecuteJitCode()330 const void* JitCodeCache::FindCompiledCodeForInstrumentation(ArtMethod* method) { in FindCompiledCodeForInstrumentation() function in art::jit::JitCodeCache
1177 const void* res = jit->GetCodeCache()->FindCompiledCodeForInstrumentation(method); in GetCodeForInvoke()