Searched refs:GetCodeFor (Results 1 – 2 of 2) sorted by relevance
129 const void* GetCodeFor(ArtMethod* method, uintptr_t pc = 0) const;133 return GetCodeFor(method) != nullptr; in ContainsMethod()
329 code_ptr = zygote_map_.GetCodeFor(method); in GetSavedEntryPointOfPreCompiledMethod()1389 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader()1882 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor() function in art::jit::ZygoteMap1953 DCHECK_EQ(GetCodeFor(method), code); in Put()