Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc224 struct ScopedIntArrayAccessor { struct
226 ScopedIntArrayAccessor(JNIEnv* env, jintArray arr) : env_(env), array_(arr) { in ScopedIntArrayAccessor() argument
231 ~ScopedIntArrayAccessor() { in ~ScopedIntArrayAccessor() argument
256 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative()
257 ScopedIntArrayAccessor ends(env, jends); in DexFile_openInMemoryDexFilesNative()