Searched refs:AllocateDexMemoryMap (Results 1 – 1 of 1) sorted by relevance
166 static std::unique_ptr<MemMap> AllocateDexMemoryMap(JNIEnv* env, jint start, jint end) { in AllocateDexMemoryMap() function239 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()