Home
last modified time | relevance | path

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

12

/art/test/476-checker-ctor-memory-barrier/
Dinfo.txt1 Tests if we add memory barriers on constructors when needed (i.e when the
/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.cc154 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/
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/459-dead-phi/
Dinfo.txt1 Regression test for optimizing when it is building the SSA form.
/art/test/507-boolean-test/
Dinfo.txt2 crash when compiling (a ? 1 : 0) == 2.
/art/test/511-clinit-interface/
Dinfo.txt1 Test that compilers don't crash when having to compile
/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/528-long-hint/
Dinfo.txt1 Regression test for optimizing that used to crash on x86 when
/art/test/467-regalloc-pair/
Dinfo.txt2 that used to trip when compiling TestCase.testCase on x86.
/art/test/434-invoke-direct/
Dinfo.txt1 Tests that IllegalAccessError is thrown when a subclass invokes-direct a
/art/test/507-referrer/
Dinfo.txt2 to do incorrect access checks on static fields when inlining.
/art/test/508-referrer-method/
Dinfo.txt2 to do incorrect access checks on static calls when inlining.
/art/test/469-condition-materialization-regression/
Dinfo.txt2 materialize a condition when used only by an environment.
/art/test/456-baseline-array-set/
Dinfo.txt2 of available registers when using the baseline register
/art/test/475-regression-inliner-ids/
Dinfo.txt1 Tests a regression when inlining a method with constants would lead to duplicate
/art/test/468-checker-bool-simplifier-regression/
Dinfo.txt2 that used to trip when a boolean value was the input of an If.
/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/519-bound-load-class/
Dinfo.txt2 used to crash when a `HCheckCast` did not have a `HLoadClass`
/art/test/429-ssa-builder/
Dinfo.txt2 compiler, that used to crash when dealing with phi floating-point
/art/test/501-regression-packed-switch/
Dinfo.txt2 to trip when compiled code contained a packed switch with no targets.
/art/test/515-dce-dominator/
Dinfo.txt3 the graph when blocks get removed.

12