Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc119 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()
Ddalvik_system_VMDebug.cc217 ThrowRuntimeException("Invalid file descriptor"); in VMDebug_dumpHprofData()
/art/runtime/
Dtrace.cc342 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()
Dcommon_throws.h187 void ThrowRuntimeException(const char* fmt, ...)
Dcommon_throws.cc512 void ThrowRuntimeException(const char* fmt, ...) { in ThrowRuntimeException() function
/art/runtime/hprof/
Dhprof.cc467 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/
Dentrypoint_utils.cc56 ThrowRuntimeException("Bad filled array request for type %s", in CheckFilledNewArrayAlloc()
/art/runtime/interpreter/
Dinterpreter_common.cc685 ThrowRuntimeException("Bad filled array request for type %s", in DoFilledNewArray()