Searched refs:ThrowRuntimeException (Results 1 – 11 of 11) sorted by relevance
/art/runtime/native/ |
D | java_lang_Class.cc | 167 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 …]
|
D | dalvik_system_VMRuntime.cc | 171 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()
|
D | dalvik_system_VMDebug.cc | 175 ThrowRuntimeException("ART's suspendAllAndSendVmStart is not implemented"); in VMDebug_suspendAllAndSendVmStart()
|
D | jdk_internal_misc_Unsafe.cc | 50 ThrowRuntimeException("Bad size: %" PRIu64, size); in ValidJniSizeArgument()
|
/art/runtime/ |
D | common_throws.h | 244 void ThrowRuntimeException(const char* fmt, ...)
|
D | trace.cc | 500 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start() 895 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
|
D | common_throws.cc | 679 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException() function
|
/art/runtime/hprof/ |
D | hprof.cc | 766 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/ |
D | nterp.cc | 546 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1448 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|
/art/runtime/mirror/ |
D | class.cc | 1172 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredFields()
|