Home
last modified time | relevance | path

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

1234567

/art/test/972-default-imt-collision/smali/
DKlass.smali20 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0…
24 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1…
28 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2…
32 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3…
36 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4…
40 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod5…
44 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod6…
48 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod7…
52 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod8…
56 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod9…
[all …]
/art/test/166-bad-interface-super/
Dexpected.txt1 Caught java.lang.ClassFormatError when trying to resolve BadSuper1.
2 Caught java.lang.ClassFormatError when trying to resolve BadSuper2.
/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/594-load-string-regression/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/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/066-mismatched-super/
Dinfo.txt2 1. What happens when class A extends abstract class B, but somebody
4 2. What happens when class A extends a class B, but somebody
/art/test/099-vmdebug/
Dexpected.txt8 Test starting when already started
11 Test stopping when already stopped
/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/569-checker-pattern-replacement/
Dinfo.txt1 Test pattern substitution used when we cannot inline.
/art/test/597-deopt-busy-loop/
Dinfo.txt1 Test deoptimizing when returning from suspend-check runtime method.
/art/test/961-default-iface-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/970-iface-super-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/964-default-iface-init-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
13 return equivalent output when run multiple times and the expected output should
/art/test/714-invoke-custom-lambda-metafactory/
Dinfo.txt1 Checks that ART doesn't crash when it encounters LambdaMetafactory.
/art/test/597-deopt-invoke-stub/
Dinfo.txt1 Test deoptimizing when returning from a quick-to-interpreter bridge.
/art/test/1998-structural-shadow-field/
Dinfo.txt1 Test structural redefinition when the method being added was resolvable previously.
/art/test/551-invoke-super/
Dinfo.txt1 Tests the invoke-super opcode when resolving to an abstract method.
/art/test/459-dead-phi/
Dinfo.txt1 Regression test for optimizing when it is building the SSA form.
/art/test/1986-structural-redefine-multi-thread-stack-scope/
Dinfo.txt1 Tests StackReflectiveHandleScope works when there are several all in different threads.
/art/test/1997-structural-shadow-method/
Dinfo.txt1 Test structural redefinition when the method being added was resolvable previously.
/art/test/532-checker-nonnull-arrayset/
Dinfo.txt1 Test that we optimize ArraySet when the value is not null.
/art/test/1929-exception-catch-exception/
Dinfo.txt1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
/art/test/685-shifts/
Dinfo.txt1 Tests for the compiler when shift instructions have 0 or 1 as constant shifts.
/art/test/1987-structural-redefine-recursive-stack-scope/
Dinfo.txt1 Tests StackReflectiveHandleScope works when there are several all in different recursive frames.
/art/test/595-profile-saving/
Dinfo.txt1 Check that profile recording works even when JIT compilation is not enabled.

1234567