Searched refs:ThrowRuntimeException (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 119 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf() 188 ThrowRuntimeException("allocation size negative %d", bytes); in VMRuntime_registerNativeAllocation() 197 ThrowRuntimeException("allocation size negative %d", bytes); in VMRuntime_registerNativeFree()
|
D | dalvik_system_VMDebug.cc | 217 ThrowRuntimeException("Invalid file descriptor"); in VMDebug_dumpHprofData()
|
/art/runtime/ |
D | trace.cc | 342 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start() 358 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename); in Start() 563 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
|
D | common_throws.h | 187 void ThrowRuntimeException(const char* fmt, ...)
|
D | common_throws.cc | 512 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException() function
|
/art/runtime/hprof/ |
D | hprof.cc | 467 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno)); in Dump() 473 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(), in Dump() 490 ThrowRuntimeException("%s", msg.c_str()); in Dump()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 56 ThrowRuntimeException("Bad filled array request for type %s", in CheckFilledNewArrayAlloc()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 685 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()
|