Searched refs:when (Results 1 – 14 of 14) sorted by relevance
/art/test/073-mismatched-field/ |
D | info.txt | 1 Test behavior when an instance field is overlapped (through separate 3 and throw an IncompatibleClassChangeError when the field is accessed.
|
/art/test/099-vmdebug/ |
D | expected.txt | 8 Test starting when already started 11 Test stopping when already stopped
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 157 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/ |
D | Main.java | 73 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/ |
D | info.txt | 1 Test that we print a reasonable message when the application exceeds more
|
/art/test/111-unresolvable-exception/ |
D | info.txt | 1 Test that we do not segfault when we check a catch handler
|
/art/test/065-mismatched-implements/ |
D | info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/art/test/066-mismatched-super/ |
D | info.txt | 1 This tests what happens when class A extends abstract class B, but somebody
|
/art/test/064-field-access/ |
D | info.txt | 2 should be thrown, but doesn't say which exception previals when two or
|
/art/test/098-ddmc/ |
D | expected.txt | 8 Confirm when we overflow, we don't roll over to zero. b/17392248
|
/art/runtime/ |
D | debugger.cc | 4060 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 …]
|
D | debugger.h | 616 static int DdmHandleHpifChunk(HpifWhen when) 627 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
|
/art/compiler/dex/quick/mips/ |
D | README.mips | 10 expectation is that when it is first tried out on actual hardware lots of
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 1381 // "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
|