Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_code_cache.h107 class ZygoteMap {
117 explicit ZygoteMap(JitMemoryRegion* region) in ZygoteMap() function
177 DISALLOW_COPY_AND_ASSIGN(ZygoteMap);
369 ZygoteMap* GetZygoteMap() { in GetZygoteMap()
550 ZygoteMap zygote_map_;
H A Djit_code_cache.cc1863 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize()
1882 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
1931 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()