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

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc154 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) { argument
156 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when));
159 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { argument
160 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
/art/runtime/
H A Ddebugger.cc591 // if we don't abort the user is likely to think they're talking to us when they're actually
724 // This prevents us from having any pending deoptimization request when the debugger attaches
1280 // TODO: fix when annotalysis correctly handles non-member functions.
2302 // Skip the JDWP thread. Some debuggers get bent out of shape when they can't suspend and
2880 // We need to be sure no exception is pending when calling JdwpState::PostLocationEvent.
3060 // Step into method calls. We break when the line number
3074 // Step over method calls. We break when the line number is
3098 // Return from the current method. We break when the frame
3364 VLOG(jdwp) << "No need for deoptimization when fully running with interpreter for method "
3379 // Therefore we must not hold any lock when w
4395 DdmHandleHpifChunk(HpifWhen when) argument
4410 DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) argument
4738 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen; local
[all...]

Completed in 61 milliseconds