Searched defs:when (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc148 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) { argument
150 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when));
153 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { argument
154 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
/art/runtime/
H A Ddebugger.cc336 * address: for dt_socket, "host:port", or just "port" when listening
341 * onthrow=<exception-name>: connect to debugger when exception thrown
342 * onuncaught=y|n: connect to debugger when uncaught exception thrown
430 LOG(ERROR) << "Must specify JDWP host and port when server=n: " << options;
453 // if we don't abort the user is likely to think they're talking to us when they're actually
1761 // Skip the JDWP thread. Some debuggers get bent out of shape when they can't suspend and
2199 UNIMPLEMENTED(FATAL) << "return an error code when given an invalid object to store";
2312 // Step into method calls. We break when the line number
2326 // Step over method calls. We break when the line number is
2350 // Return from the current method. We break when th
3092 DdmHandleHpifChunk(HpifWhen when) argument
3107 DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) argument
3409 Dbg::HpsgWhen when; local
[all...]

Completed in 65 milliseconds