Home
last modified time | relevance | path

Searched refs:ThrowRuntimeException (Results 1 – 11 of 11) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc167 ThrowRuntimeException("Obsolete Object!"); in Class_getInterfacesInternal()
290 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredField()
312 ThrowRuntimeException("Obsolete Object!"); in GetPublicFieldRecursive()
414 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorInternal()
446 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorsInternal()
485 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodInternal()
511 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodsUnchecked()
553 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotation()
576 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotations()
597 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredClasses()
[all …]
Ddalvik_system_VMRuntime.cc171 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf()
290 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeAllocation()
299 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeFree()
Ddalvik_system_VMDebug.cc175 ThrowRuntimeException("ART's suspendAllAndSendVmStart is not implemented"); in VMDebug_suspendAllAndSendVmStart()
Djdk_internal_misc_Unsafe.cc50 ThrowRuntimeException("Bad size: %" PRIu64, size); in ValidJniSizeArgument()
/art/runtime/
Dcommon_throws.h244 void ThrowRuntimeException(const char* fmt, ...)
Dtrace.cc500 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start()
895 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
Dcommon_throws.cc679 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException() function
/art/runtime/hprof/
Dhprof.cc766 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno)); in DumpToFile()
772 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(), in DumpToFile()
803 ThrowRuntimeException("%s", msg.c_str()); in DumpToFile()
/art/runtime/interpreter/mterp/
Dnterp.cc546 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
/art/runtime/interpreter/
Dinterpreter_common.cc1448 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
/art/runtime/mirror/
Dclass.cc1172 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredFields()