/art/test/972-default-imt-collision/smali/ |
D | Klass.smali | 20 # 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/odrefresh/ |
D | odr_compilation_log.cc | 48 is >> entry.when >> std::ws; in operator >>() 66 os << entry.when << kSpace; in operator <<() 76 lhs.trigger == rhs.trigger && lhs.when == rhs.when && lhs.exit_code == rhs.exit_code; in operator ==() 172 time_t when, in Log() argument 177 when, in Log() 221 const time_t last_attempt = entries_.back().when; in ShouldAttemptCompile()
|
D | odr_compilation_log.h | 37 time_t when; member 87 time_t when,
|
/art/test/166-bad-interface-super/ |
D | expected-stdout.txt | 1 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/ |
D | info.txt | 1 Tests if we add memory barriers on constructors when needed (i.e when the
|
/art/test/594-load-string-regression/ |
D | info.txt | 1 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/ |
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/066-mismatched-super/ |
D | info.txt | 2 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/ |
D | expected-stdout.txt | 8 Test starting when already started 11 Test stopping when already stopped
|
/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/runtime/ |
D | debugger.cc | 370 int Dbg::DdmHandleHpifChunk(HpifWhen when) { in DdmHandleHpifChunk() argument 371 if (when == HPIF_WHEN_NOW) { in DdmHandleHpifChunk() 372 DdmSendHeapInfo(when); in DdmHandleHpifChunk() 376 if (when != HPIF_WHEN_NEVER && when != HPIF_WHEN_NEXT_GC && when != HPIF_WHEN_EVERY_GC) { in DdmHandleHpifChunk() 377 LOG(ERROR) << "invalid HpifWhen value: " << static_cast<int>(when); in DdmHandleHpifChunk() 381 gDdmHpifWhen = when; in DdmHandleHpifChunk() 385 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument 386 if (when != HPSG_WHEN_NEVER && when != HPSG_WHEN_EVERY_GC) { in DdmHandleHpsgNhsgChunk() 387 LOG(ERROR) << "invalid HpsgWhen value: " << static_cast<int>(when); in DdmHandleHpsgNhsgChunk() 397 gDdmNhsgWhen = when; in DdmHandleHpsgNhsgChunk() [all …]
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 12 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/961-default-iface-resolution-gen/ |
D | info.txt | 12 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/ |
D | info.txt | 12 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/968-default-partial-compile-gen/ |
D | info.txt | 12 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/971-iface-super/ |
D | info.txt | 12 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/build/ |
D | Android.bp | 80 // Disable all ART Soong modules by default when ART prebuilts are in use. 81 // TODO(b/172480617): Clean up when sources are gone from the platform tree 82 // and we no longer need to support sources present when prebuilts are used. 194 // Do not strip art libs when building for linux-bionic. 247 // false positives when we use DCHECKs with code that relies on NDEBUG. 332 // Use this to enable a cc_* module only when building ART from sources. 333 // TODO(b/172480617): Clean up when sources are gone from the platform tree and 334 // we no longer need to support sources present when prebuilts are used. 358 // Use this to enable a java_* module only when building ART from sources. 359 // TODO(b/172480617): Clean up when sources are gone from the platform tree and [all …]
|
/art/test/569-checker-pattern-replacement/ |
D | info.txt | 1 Test pattern substitution used when we cannot inline.
|
/art/test/597-deopt-busy-loop/ |
D | info.txt | 1 Test deoptimizing when returning from suspend-check runtime method.
|
/art/test/714-invoke-custom-lambda-metafactory/ |
D | info.txt | 1 Checks that ART doesn't crash when it encounters LambdaMetafactory.
|
/art/test/597-deopt-invoke-stub/ |
D | info.txt | 1 Test deoptimizing when returning from a quick-to-interpreter bridge.
|
/art/test/551-invoke-super/ |
D | info.txt | 1 Tests the invoke-super opcode when resolving to an abstract method.
|
/art/test/1997-structural-shadow-method/ |
D | info.txt | 1 Test structural redefinition when the method being added was resolvable previously.
|
/art/test/1998-structural-shadow-field/ |
D | info.txt | 1 Test structural redefinition when the method being added was resolvable previously.
|
/art/test/459-dead-phi/ |
D | info.txt | 1 Regression test for optimizing when it is building the SSA form.
|