Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_DexCache.cc25 static jobject DexCache_getDexNative(JNIEnv* env, jobject javaDexCache) { in DexCache_getDexNative() argument
27 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache); in DexCache_getDexNative()