/aosp12/art/test/542-unresolved-access-check/ |
H A D | Android.bp | 3 // Build rules for ART run-test `542-unresolved-access-check`. 16 name: "art-run-test-542-unresolved-access-check", 21 ":art-run-test-542-unresolved-access-check-expected-stdout", 22 ":art-run-test-542-unresolved-access-check-expected-stderr", 28 name: "art-run-test-542-unresolved-access-check-expected-stdout", 29 out: ["art-run-test-542-unresolved-access-check-expected-stdout.txt"], 36 name: "art-run-test-542-unresolved-access-check-expected-stderr", 37 out: ["art-run-test-542-unresolved-access-check-expected-stderr.txt"],
|
H A D | info.txt | 1 Test unresolved/access checks entry points with the JIT.
|
/aosp12/art/test/727-checker-unresolved-class/ |
H A D | info.txt | 1 Tests for compiling with unresolved classes, including unresolved
|
/aosp12/art/test/727-checker-unresolved-class/src-multidex/getters/ |
H A D | GetUnresolvedPublicClassFromDifferentDexFile.java | 20 import unresolved.UnresolvedPublicClass; 21 import unresolved.UnresolvedPublicClazz;
|
/aosp12/art/test/727-checker-unresolved-class/src-ex/ |
H A D | Test.java | 21 import unresolved.UnresolvedPackagePrivateClassProxy; 22 import unresolved.UnresolvedPublicClass;
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_27799205_1.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access). 30 # At this point, v0 will be the unresolved merge.
|
H A D | b_27799205_2.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access). 30 # At this point, v0 will be the unresolved merge.
|
/aosp12/art/test/727-checker-unresolved-class/res/ |
H A D | updateable.txt | 1 unresolved
|
/aosp12/art/test/727-checker-unresolved-class/src/unresolved/ |
H A D | UnresolvedPublicClazz.java | 17 package unresolved; package
|
H A D | UnresolvedPackagePrivateClassProxy.java | 17 package unresolved; package
|
H A D | UnresolvedPackagePrivateClass.java | 17 package unresolved; package
|
/aosp12/art/test/529-checker-unresolved/ |
H A D | info.txt | 1 Test calling of unresolved methods.
|
/aosp12/art/test/727-checker-unresolved-class/src/getters/ |
H A D | GetUnresolvedPackagePrivateClass.java | 19 import unresolved.UnresolvedPackagePrivateClass;
|
H A D | GetUnresolvedPublicClass.java | 19 import unresolved.UnresolvedPublicClass;
|
/aosp12/art/test/648-inline-caches-unresolved/ |
H A D | info.txt | 1 Test for inlining with inline cache into an unresolved method.
|
/aosp12/art/test/727-checker-unresolved-class/src-ex/resolved/ |
H A D | PackagePrivateSubclassOfUnresolvedClass2.java | 20 import unresolved.UnresolvedPublicClass;
|
/aosp12/art/test/146-bad-interface/ |
H A D | info.txt | 1 Check whether a duplicate class can invoke-interface on an unresolved method.
|
/aosp12/art/test/679-locks/ |
H A D | info.txt | 2 to unresolved classes.
|
/aosp12/art/test/585-inline-unresolved/ |
H A D | info.txt | 2 a method whose return type is unresolved.
|
/aosp12/art/test/608-checker-unresolved-lse/ |
H A D | info.txt | 3 unresolved accesses.
|
/aosp12/art/test/etc/ |
H A D | default-build | 101 if [ -d src-dex2oat-unresolved ]; then 373 …javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -n… 374 …classpath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -name '*.java'`
|
/aosp12/art/test/727-checker-unresolved-class/src2/unresolved/ |
H A D | UnresolvedPackagePrivateClass.java | 17 package unresolved; package
|
/aosp12/art/test/727-checker-unresolved-class/src-ex2/resolved/ |
H A D | PackagePrivateSubclassOfUnresolvedClass2.java | 20 import unresolved.UnresolvedPublicClass;
|
/aosp12/art/test/727-checker-unresolved-class/src2/resolved/ |
H A D | PackagePrivateSubclassOfUnresolvedClass.java | 20 import unresolved.UnresolvedPublicClass;
|
/aosp12/art/test/090-loop-formation/ |
H A D | info.txt | 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
|