Searched refs:ThrowRuntimeException (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 168 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf() 288 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeAllocation() 297 ThrowRuntimeException("allocation size negative %" PRId64, bytes); in VMRuntime_registerNativeFree()
|
/art/runtime/ |
D | common_throws.h | 243 void ThrowRuntimeException(const char* fmt, ...)
|
D | trace.cc | 386 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start() 696 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
|
D | common_throws.cc | 739 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException() function
|
/art/runtime/hprof/ |
D | hprof.cc | 767 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno)); in DumpToFile() 773 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(), in DumpToFile() 804 ThrowRuntimeException("%s", msg.c_str()); in DumpToFile()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1793 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|