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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc158 static std::unique_ptr<MemMap> AllocateDexMemoryMap(JNIEnv* env, jint start, jint end) { function in namespace:art
230 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end));
246 std::unique_ptr<MemMap> dex_mem_map(AllocateDexMemoryMap(env, start, end));

Completed in 95 milliseconds