Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc166 static std::unique_ptr<MemMap> AllocateDexMemoryMap(JNIEnv* env, jint start, jint end) { in AllocateDexMemoryMap() function
239 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end)); in DexFile_createCookieWithDirectBuffer()
255 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end)); in DexFile_createCookieWithArray()