Home | History | Annotate | Download | only in runtime

Lines Matching refs:Dump

142 // If a signal isn't handled properly, enable a handler that attempts to dump the Java stack.
329 void Dump(std::ostream& os) const {
363 self->Dump(os);
366 os << "Pending exception " << exception->Dump();
384 thread_list->Dump(os);
417 // libpthread, which means the stacks we dump would be useless. Calling
546 // If a debug host build, disable ptrace restriction for debugging and test timeout thread dump.
1408 TrackedAllocators::Dump(os);
1488 // SIGQUIT is used to dump the runtime's state (including stack traces).