Searched refs:zygote_map_ (Results 1 – 2 of 2) sorted by relevance
262 zygote_map_(&shared_region_), in JitCodeCache()311 if (zygote_map_.ContainsMethod(method)) { in ContainsMethod()339 code_ptr = zygote_map_.GetCodeFor(method); in GetSavedEntryPointOfPreCompiledMethod()754 zygote_map_.Put(code_ptr, method); in Commit()934 for (const auto& entry : zygote_map_) { in TransitionToDebuggable()1329 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader()1700 for (const auto& entry : zygote_map_) { in InvalidateAllCompiledCode()1864 for (const auto& it : zygote_map_) { in VisitAllMethods()
384 return &zygote_map_; in GetZygoteMap()571 ZygoteMap zygote_map_; variable