Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_DexFile.cc234 struct ScopedIntArrayAccessor { struct
236 ScopedIntArrayAccessor(JNIEnv* env, jintArray arr) : env_(env), array_(arr) { in ScopedIntArrayAccessor() argument
241 ~ScopedIntArrayAccessor() { in ~ScopedIntArrayAccessor() argument
266 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative()
267 ScopedIntArrayAccessor ends(env, jends); in DexFile_openInMemoryDexFilesNative()