Searched refs:ase (Results 1 – 6 of 6) sorted by relevance
37 static void check(ArrayStoreException ase, int mainLine, int methodLine, String methodName) { in check() argument38 StackTraceElement[] trace = ase.getStackTrace(); in check()
29 } catch (ArrayStoreException ase) { in main()
24 } catch (ArrayStoreException ase) { in main()
51 ScopedLocalRef<jclass> ase(env_, env_->FindClass("java/lang/ArrayStoreException")); in SetUp() local52 CHECK(ase.get() != nullptr); in SetUp()53 ase_ = reinterpret_cast<jclass>(env_->NewGlobalRef(ase.get())); in SetUp()
46 catch (ArrayStoreException ase) { in testObjectCopy()
52 ScopedLocalRef<jclass> ase(env_, env_->FindClass("java/lang/ArrayStoreException")); in SetUp() local53 CHECK(ase.get() != nullptr); in SetUp()54 ase_ = reinterpret_cast<jclass>(env_->NewGlobalRef(ase.get())); in SetUp()