Home
last modified time | relevance | path

Searched refs:FatalError (Results 1 – 10 of 10) sorted by relevance

/art/tools/jfuzz/
Drun_dex_fuzz_test.py29 from common.common import FatalError
76 raise FatalError('Cannot obtain temp directory')
118 raise FatalError('Unexpected error while running javac')
124 raise FatalError('Unexpected error while running dx')
131 raise FatalError('Unknown dexer: ' + self._dexer)
143 raise FatalError('Unexpected error while running JFuzz')
Drun_jfuzz_test.py35 from common.common import FatalError
68 raise FatalError('Unknown execution mode')
141 raise FatalError('Unknown dexer: ' + self._dexer)
405 raise FatalError('Cannot obtain temp directory')
465 raise FatalError('Unexpected error while running JFuzz')
634 raise FatalError('Identical execution modes given')
/art/tools/bisection_search/
Dbisection_test.py25 from bisection_search import FatalError
71 with self.assertRaises(FatalError):
Dbisection_search.py39 from common.common import FatalError
139 raise FatalError('Failed to retrieve methods list. '
159 raise FatalError('Failed to retrieve passes list. '
291 raise FatalError('Testable fails with no methods compiled.')
/art/benchmark/micro-native/
Dmicro_native.cc115 env->FatalError(msg); in jniRegisterNativeMethods()
127 env->FatalError(msg); in jniRegisterNativeMethods()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc43 env->FatalError("unable to get breakpoint targets"); in VMInitCB()
49 env->FatalError("Could not find class!"); in VMInitCB()
58 env->FatalError("Could not find method!"); in VMInitCB()
64 env->FatalError("unable to set breakpoint"); in VMInitCB()
/art/test/004-JniTest/
Djni_test.cc465 env_->FatalError(__FUNCTION__); in GetClass()
478 env_->FatalError(__FUNCTION__); in GetMethodID()
488 env_->FatalError(__FUNCTION__); in CallConstructor()
501 env_->FatalError("Expected NullPointerException with null jclass"); in CallMethod()
507 env_->FatalError(test_case); in CallMethod()
516 env_->FatalError(__FUNCTION__); in GetFieldID()
526 env_->FatalError(__FUNCTION__); in GetBooleanField()
/art/tools/common/
Dcommon.py114 raise FatalError('{0} environmental variable not set.'.format(
217 class FatalError(Exception): class
/art/runtime/jni/
Dcheck_jni.cc2085 static void FatalError(JNIEnv* env, const char* msg) { in FatalError() function in art::__anonaa3778310111::CheckJNI
2095 baseEnv(env)->FatalError(env, msg); in FatalError()
3839 CheckJNI::FatalError,
Djni_internal.cc747 static void FatalError(JNIEnv*, const char* msg) { in FatalError() function in art::JNI
2943 JNIImpl::FatalError,