Searched refs:GetCodeFor (Results 1 – 2 of 2) sorted by relevance
131 const void* GetCodeFor(ArtMethod* method, uintptr_t pc = 0) const;135 return GetCodeFor(method) != nullptr; in ContainsMethod()
341 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::ZygoteMap2058 DCHECK_EQ(GetCodeFor(method), code); in Put()