Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc166 ThrowRuntimeException("Trying to get address of movable array object"); in VMRuntime_addressOf()
273 ThrowRuntimeException("allocation size negative %d", bytes); in VMRuntime_registerNativeAllocation()
286 ThrowRuntimeException("allocation size negative %d", bytes); in VMRuntime_registerNativeFree()
/art/runtime/
Dcommon_throws.h242 void ThrowRuntimeException(const char* fmt, ...)
Dtrace.cc337 ThrowRuntimeException("Invalid sampling interval: %d", interval_us); in Start()
353 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename); in Start()
741 ThrowRuntimeException("%s", detail.c_str()); in FinishTracing()
Dcommon_throws.cc743 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/
Dinterpreter_common.cc1456 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()