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.cc142 Class* aioobe = class_linker_->FindSystemClass(soa.Self(), in TEST_F() local
147 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TEST_F()
152 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TEST_F()
232 Class* aioobe = cl->FindSystemClass(soa.Self(), "Ljava/lang/ArrayIndexOutOfBoundsException;"); in TestPrimitiveArray() local
236 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray()
241 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray()
/art/runtime/
Dreflection_test.cc42 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
44 CHECK(aioobe.get() != NULL); in SetUp()
45 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()
Djni_internal_test.cc40 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local
42 CHECK(aioobe.get() != nullptr); in SetUp()
43 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()