Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DArray.java94 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
100 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
106 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
112 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
118 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
124 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
132 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange32()
149 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange64()
155 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange64()
161 } catch (ArrayIndexOutOfBoundsException aioobe) { in checkRange64()
[all …]
/art/runtime/mirror/
Dobject_test.cc133 Handle<Class> aioobe = hs.NewHandle( in TEST_F() local
138 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
143 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
223 Handle<Class> aioobe = hs.NewHandle( in TestPrimitiveArray() local
228 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
233 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
315 Handle<Class> aioobe = hs.NewHandle( in TEST_F() local
320 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
325 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
346 Handle<Class> aioobe = hs.NewHandle( in TEST_F() local
[all …]
/art/test/020-string/src/
DMain.java165 } catch (ArrayIndexOutOfBoundsException aioobe) { in copyTest()
/art/runtime/
Dreflection_test.cc47 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
49 CHECK(aioobe.get() != nullptr); in SetUp()
50 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()
/art/runtime/jni/
Djni_internal_test.cc46 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
48 CHECK(aioobe.get() != nullptr); in SetUp()
49 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()