Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h108 class ZygoteMap {
118 explicit ZygoteMap(JitMemoryRegion* region) in ZygoteMap() function
179 DISALLOW_COPY_AND_ASSIGN(ZygoteMap);
383 ZygoteMap* GetZygoteMap() { in GetZygoteMap()
571 ZygoteMap zygote_map_;
Djit_code_cache.cc1871 void ZygoteMap::Initialize(uint32_t number_of_methods) { in Initialize()
1890 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
1939 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()