Searched refs:when (Results 1 – 25 of 36) sorted by relevance
12
/art/test/476-checker-ctor-memory-barrier/ |
D | info.txt | 1 Tests if we add memory barriers on constructors when needed (i.e when the
|
/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 | 154 static jint DdmVmInternal_heapInfoNotify(JNIEnv* env, jclass, jint when) { in DdmVmInternal_heapInfoNotify() argument 156 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when)); in DdmVmInternal_heapInfoNotify() 159 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument 160 …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/459-dead-phi/ |
D | info.txt | 1 Regression test for optimizing when it is building the SSA form.
|
/art/test/507-boolean-test/ |
D | info.txt | 2 crash when compiling (a ? 1 : 0) == 2.
|
/art/test/511-clinit-interface/ |
D | info.txt | 1 Test that compilers don't crash when having to compile
|
/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/528-long-hint/ |
D | info.txt | 1 Regression test for optimizing that used to crash on x86 when
|
/art/test/467-regalloc-pair/ |
D | info.txt | 2 that used to trip when compiling TestCase.testCase on x86.
|
/art/test/434-invoke-direct/ |
D | info.txt | 1 Tests that IllegalAccessError is thrown when a subclass invokes-direct a
|
/art/test/507-referrer/ |
D | info.txt | 2 to do incorrect access checks on static fields when inlining.
|
/art/test/508-referrer-method/ |
D | info.txt | 2 to do incorrect access checks on static calls when inlining.
|
/art/test/475-regression-inliner-ids/ |
D | info.txt | 1 Tests a regression when inlining a method with constants would lead to duplicate
|
/art/test/469-condition-materialization-regression/ |
D | info.txt | 2 materialize a condition when used only by an environment.
|
/art/test/456-baseline-array-set/ |
D | info.txt | 2 of available registers when using the baseline register
|
/art/test/519-bound-load-class/ |
D | info.txt | 2 used to crash when a `HCheckCast` did not have a `HLoadClass`
|
/art/test/468-checker-bool-simplifier-regression/ |
D | info.txt | 2 that used to trip when a boolean value was the input of an If.
|
/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/429-ssa-builder/ |
D | info.txt | 2 compiler, that used to crash when dealing with phi floating-point
|
/art/test/501-regression-packed-switch/ |
D | info.txt | 2 to trip when compiled code contained a packed switch with no targets.
|
/art/test/515-dce-dominator/ |
D | info.txt | 3 the graph when blocks get removed.
|
12