Searched refs:ThrowRuntimeException (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | java_lang_Class.cc | 239 ThrowRuntimeException("Obsolete Object!"); in Class_getInterfacesInternal() 287 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredFields() 415 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredField() 437 ThrowRuntimeException("Obsolete Object!"); in GetPublicFieldRecursive() 539 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorInternal() 571 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorsInternal() 610 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodInternal() 636 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodsUnchecked() 678 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotation() 701 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotations() [all …]
|
D | dalvik_system_VMRuntime.cc | 171 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf() 301 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeAllocation() 310 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeFree()
|
/art/runtime/ |
D | common_throws.h | 246 void ThrowRuntimeException(const char* fmt, ...)
|
D | trace.cc | 387 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start() 697 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
|
D | common_throws.cc | 751 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 | 517 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1472 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|