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

  /art/runtime/native/
dalvik_system_VMRuntime.cc 119 ThrowRuntimeException("Trying to get address of movable array object");
188 ThrowRuntimeException("allocation size negative %d", bytes);
197 ThrowRuntimeException("allocation size negative %d", bytes);
dalvik_system_VMDebug.cc 217 ThrowRuntimeException("Invalid file descriptor");
  /art/runtime/
common_throws.h 187 void ThrowRuntimeException(const char* fmt, ...)
trace.cc 342 ThrowRuntimeException("Invalid sampling interval: %d", interval_us);
358 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename);
563 ThrowRuntimeException("%s", detail.c_str());
common_throws.cc 512 void ThrowRuntimeException(const char* fmt, ...) {
  /art/runtime/hprof/
hprof.cc 467 ThrowRuntimeException("Couldn't dump heap; dup(%d) failed: %s", fd_, strerror(errno));
473 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
490 ThrowRuntimeException("%s", msg.c_str());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 56 ThrowRuntimeException("Bad filled array request for type %s",
  /art/runtime/interpreter/
interpreter_common.cc 685 ThrowRuntimeException("Bad filled array request for type %s",
    [all...]

Completed in 591 milliseconds