Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc241 ThrowRuntimeException("Obsolete Object!"); in Class_getInterfacesInternal()
289 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredFields()
417 ThrowRuntimeException("Obsolete Object!"); in GetDeclaredField()
439 ThrowRuntimeException("Obsolete Object!"); in GetPublicFieldRecursive()
541 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorInternal()
573 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredConstructorsInternal()
612 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodInternal()
638 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredMethodsUnchecked()
680 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotation()
703 ThrowRuntimeException("Obsolete Object!"); in Class_getDeclaredAnnotations()
[all …]
Ddalvik_system_VMRuntime.cc165 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf()
295 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeAllocation()
304 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeFree()
/art/runtime/
Dcommon_throws.h246 void ThrowRuntimeException(const char* fmt, ...)
Dtrace.cc387 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start()
697 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
Dcommon_throws.cc681 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.cc667 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
/art/runtime/interpreter/
Dinterpreter_common.cc1468 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()