Home
last modified time | relevance | path

Searched refs:when (Results 1 – 14 of 14) sorted by relevance

/art/test/073-mismatched-field/
Dinfo.txt1 Test behavior when an instance field is overlapped (through separate
3 and throw an IncompatibleClassChangeError when the field is accessed.
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
11 Test stopping when already stopped
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc157 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) { in DdmVmInternal_heapInfoNotify() argument
159 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when)); in DdmVmInternal_heapInfoNotify()
162 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument
163 …return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(wh… in DdmVmInternal_heapSegmentNotify()
/art/test/092-locale/src/
DMain.java73 Date when = usaCal.getTime(); in testCalendar() local
77 + fmt.format(when)); in testCalendar()
89 when = franceCal.getTime(); in testCalendar()
93 + fmt.format(when)); in testCalendar()
/art/test/089-many-methods/
Dinfo.txt1 Test that we print a reasonable message when the application exceeds more
/art/test/111-unresolvable-exception/
Dinfo.txt1 Test that we do not segfault when we check a catch handler
/art/test/065-mismatched-implements/
Dinfo.txt1 This tests what happens when class A implements interface B, but somebody
/art/test/066-mismatched-super/
Dinfo.txt1 This tests what happens when class A extends abstract class B, but somebody
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
/art/test/098-ddmc/
Dexpected.txt8 Confirm when we overflow, we don't roll over to zero. b/17392248
/art/runtime/
Ddebugger.cc4060 int Dbg::DdmHandleHpifChunk(HpifWhen when) { in DdmHandleHpifChunk() argument
4061 if (when == HPIF_WHEN_NOW) { in DdmHandleHpifChunk()
4062 DdmSendHeapInfo(when); in DdmHandleHpifChunk()
4066 if (when != HPIF_WHEN_NEVER && when != HPIF_WHEN_NEXT_GC && when != HPIF_WHEN_EVERY_GC) { in DdmHandleHpifChunk()
4067 LOG(ERROR) << "invalid HpifWhen value: " << static_cast<int>(when); in DdmHandleHpifChunk()
4071 gDdmHpifWhen = when; in DdmHandleHpifChunk()
4075 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument
4076 if (when != HPSG_WHEN_NEVER && when != HPSG_WHEN_EVERY_GC) { in DdmHandleHpsgNhsgChunk()
4077 LOG(ERROR) << "invalid HpsgWhen value: " << static_cast<int>(when); in DdmHandleHpsgNhsgChunk()
4087 gDdmNhsgWhen = when; in DdmHandleHpsgNhsgChunk()
[all …]
Ddebugger.h616 static int DdmHandleHpifChunk(HpifWhen when)
627 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
/art/compiler/dex/quick/mips/
DREADME.mips10 expectation is that when it is first tried out on actual hardware lots of
/art/compiler/llvm/
Dintrinsic_func_list.def1381 // "HL" versions - will be deprecated when fast/slow path handling done
1450 // "HL" versions - will be deprecated when fast/slow path handling done
1740 // will have to be developed to undo the bitcode verbosity when these are