Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h370 return &zygote_map_; in GetZygoteMap()
527 ZygoteMap zygote_map_; variable
Djit_code_cache.cc261 zygote_map_(&shared_region_), in JitCodeCache()
310 if (zygote_map_.ContainsMethod(method)) { in ContainsMethod()
350 code_ptr = zygote_map_.GetCodeFor(method); in GetSavedEntryPointOfPreCompiledMethod()
720 zygote_map_.Put(code_ptr, method); in Commit()
903 for (const auto& entry : zygote_map_) { in TransitionToDebuggable()
1393 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader()