HomeSort by relevance Sort by last modified time
    Searched refs:FindCompiledCodeForInstrumentation (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
jit_code_cache.h 265 const void* FindCompiledCodeForInstrumentation(ArtMethod* method)
jit_code_cache.cc 495 return FindCompiledCodeForInstrumentation(method) != nullptr;
532 const void* JitCodeCache::FindCompiledCodeForInstrumentation(ArtMethod* method) {
    [all...]
  /art/runtime/
instrumentation.cc     [all...]

Completed in 276 milliseconds