Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc222 struct ScopedIntArrayAccessor { struct
224 ScopedIntArrayAccessor(JNIEnv* env, jintArray arr) : env_(env), array_(arr) { in ScopedIntArrayAccessor() function
229 ~ScopedIntArrayAccessor() { in ~ScopedIntArrayAccessor() argument
254 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative()
255 ScopedIntArrayAccessor ends(env, jends); in DexFile_openInMemoryDexFilesNative()