HomeSort by relevance Sort by last modified time
    Searched refs:ThrowRuntimeException (Results 1 - 6 of 6) sorted by null

  /art/runtime/
common_throws.h 242 void ThrowRuntimeException(const char* fmt, ...)
trace.cc 337 ThrowRuntimeException("Invalid sampling interval: %d", interval_us);
353 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename);
741 ThrowRuntimeException("%s", detail.c_str());
    [all...]
common_throws.cc 743 void ThrowRuntimeException(const char* fmt, ...) {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 166 ThrowRuntimeException("Trying to get address of movable array object");
273 ThrowRuntimeException("allocation size negative %d", bytes);
286 ThrowRuntimeException("allocation size negative %d", bytes);
  /art/runtime/hprof/
hprof.cc 766 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno));
772 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
803 ThrowRuntimeException("%s", msg.c_str());
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]

Completed in 120 milliseconds