Searched refs:aioobe (Results 1 – 4 of 4) sorted by relevance
94 } 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 …]
142 Class* aioobe = class_linker_->FindSystemClass(soa.Self(), in TEST_F() local147 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() local236 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray()241 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray()
42 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local44 CHECK(aioobe.get() != NULL); in SetUp()45 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()
40 ScopedLocalRef<jclass> aioobe(env_, in SetUp() local42 CHECK(aioobe.get() != nullptr); in SetUp()43 aioobe_ = reinterpret_cast<jclass>(env_->NewGlobalRef(aioobe.get())); in SetUp()