Home
last modified time | relevance | path

Searched refs:aioobe (Results 1 – 4 of 4) 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.cc122 Class* aioobe = class_linker_->FindSystemClass(soa.Self(), in TEST_F() local
127 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
132 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
212 Class* aioobe = cl->FindSystemClass(soa.Self(), "Ljava/lang/ArrayIndexOutOfBoundsException;"); in TestPrimitiveArray() local
216 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
221 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
260 Class* aioobe = class_linker_->FindSystemClass(soa.Self(), in TEST_F() local
265 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
270 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
290 Class* aioobe = class_linker_->FindSystemClass(soa.Self(), in TEST_F() local
[all …]
/art/runtime/
Dreflection_test.cc42 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
44 CHECK(aioobe.get() != nullptr); in SetUp()
45 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()
Djni_internal_test.cc41 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
43 CHECK(aioobe.get() != nullptr); in SetUp()
44 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()