Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.h131 const void* GetCodeFor(ArtMethod* method, uintptr_t pc = 0) const;
135 return GetCodeFor(method) != nullptr; in ContainsMethod()
H A Djit_code_cache.cc341 code_ptr = zygote_map_.GetCodeFor(method); in GetSavedEntryPointOfPreCompiledMethod()
1412 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader()
1987 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor() function in art::jit::ZygoteMap
2058 DCHECK_EQ(GetCodeFor(method), code); in Put()