Home
last modified time | relevance | path

Searched refs:GetCodeFor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h130 const void* GetCodeFor(ArtMethod* method, uintptr_t pc = 0) const;
134 return GetCodeFor(method) != nullptr; in ContainsMethod()
Djit_code_cache.cc339 code_ptr = zygote_map_.GetCodeFor(method); in GetSavedEntryPointOfPreCompiledMethod()
1329 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader()
1890 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor() function in art::jit::ZygoteMap
1961 DCHECK_EQ(GetCodeFor(method), code); in Put()