Home | History | Annotate | Download | only in runtime

Lines Matching refs:Dump

163     // Do not abort on dex pc errors. This can easily happen when we want to dump a stack trace on
448 self->Dump(ss);
450 << self->GetException()->Dump() << "\n" << ss.str();
1159 // TODO: use the JNI implementation's table of explicit MonitorEnter calls and dump those too.