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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc181 static const DexFile* CreateDexFile(JNIEnv* env, std::unique_ptr<MemMap> dex_mem_map) { function in namespace:art
208 std::unique_ptr<const DexFile> dex_file(CreateDexFile(env, std::move(data)));

Completed in 23 milliseconds