Home
last modified time | relevance | path

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

/aosp12/art/test/020-string/src/
H A DMain.java65 } catch (StringIndexOutOfBoundsException sioobe) { in basicTest()
144 } catch (StringIndexOutOfBoundsException sioobe) { in copyTest()
151 } catch (StringIndexOutOfBoundsException sioobe) { in copyTest()
158 } catch (StringIndexOutOfBoundsException sioobe) { in copyTest()
/aosp12/art/runtime/
H A Dreflection_test.cc56 ScopedLocalRef<jclass> sioobe(env_, in SetUp() local
58 CHECK(sioobe.get() != nullptr); in SetUp()
59 sioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(sioobe.get())); in SetUp()
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc56 ScopedLocalRef<jclass> sioobe(env_, in SetUp() local
58 CHECK(sioobe.get() != nullptr); in SetUp()
59 sioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(sioobe.get())); in SetUp()