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

  /art/runtime/jit/
jit_code_cache.h 138 OatQuickMethodHeader* LookupMethodHeader(uintptr_t pc, ArtMethod* method)
jit_code_cache.cc 484 // LookupMethodHeader: the method is only checked against in debug builds.
486 code_cache_->LookupMethodHeader(frame.return_pc_, nullptr);
783 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) {
    [all...]
  /art/runtime/
art_method.cc 411 OatQuickMethodHeader* method_header = code_cache->LookupMethodHeader(pc, this);

Completed in 1257 milliseconds