Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc216 static jobject CreateSingleDexFileCookie(JNIEnv* env, std::unique_ptr<MemMap> data) { in CreateSingleDexFileCookie() function
247 return CreateSingleDexFileCookie(env, std::move(dex_mem_map)); in DexFile_createCookieWithDirectBuffer()
263 return CreateSingleDexFileCookie(env, std::move(dex_mem_map)); in DexFile_createCookieWithArray()