Home
last modified time | relevance | path

Searched defs:dex_mem_map (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc175 std::unique_ptr<MemMap> dex_mem_map(MemMap::MapAnonymous("DEX data", in AllocateDexMemoryMap() local
189 static const DexFile* CreateDexFile(JNIEnv* env, std::unique_ptr<MemMap> dex_mem_map) { in CreateDexFile()
239 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end)); in DexFile_createCookieWithDirectBuffer() local
255 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end)); in DexFile_createCookieWithArray() local