Searched refs:when (Results 1 - 6 of 6) 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/test/092-locale/src/
H A DMain.java73 Date when = usaCal.getTime();
77 + fmt.format(when));
89 when = franceCal.getTime();
93 + fmt.format(when));
/art/test/
H A DAndroid.run-test.mk338 # when already tracing, and writes an error message that we do not want to check for.
352 # not work when libart.so is the one loaded.
475 # Tests that should fail when the optimizing compiler compiles them non-debuggable.
489 # Tests that should fail when the optimizing compiler compiles them debuggable.
528 # Clear variables ahead of appending to them when defining tests.
/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...]
H A Ddebugger.h129 // The stack depth when this single-step was initiated. This is used to support SD_OVER and SD_OUT
136 // This is used to support SD_INTO and SD_OVER single-step depths so we detect when a single-step
234 * when the debugger attaches.
583 // Indicates whether we need to force the use of interpreter entrypoint when calling a
594 // Indicates whether we need to force the use of instrumentation entrypoint when calling
596 // debugging when we returned from the called method.
605 // Indicates whether we need to force the use of interpreter when returning from the
648 // to that DebugInvokeReq object so it can be sent to the debugger only when the event thread
699 static int DdmHandleHpifChunk(HpifWhen when)
710 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWha
[all...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S844 * Called by managed code when the value in rSUSPEND has been decremented to 0.
886 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...
961 // TODO: Change to hardfloat when supported.
995 // store into fpr, for when it's a fpr return...
1021 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return...

Completed in 104 milliseconds