Home
last modified time | relevance | path

Searched refs:unresolved (Results 1 – 25 of 54) sorted by relevance

123

/aosp12/art/test/542-unresolved-access-check/
H A DAndroid.bp3 // 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 Dinfo.txt1 Test unresolved/access checks entry points with the JIT.
/aosp12/art/test/727-checker-unresolved-class/
H A Dinfo.txt1 Tests for compiling with unresolved classes, including unresolved
/aosp12/art/test/727-checker-unresolved-class/src-multidex/getters/
H A DGetUnresolvedPublicClassFromDifferentDexFile.java20 import unresolved.UnresolvedPublicClass;
21 import unresolved.UnresolvedPublicClazz;
/aosp12/art/test/727-checker-unresolved-class/src-ex/
H A DTest.java21 import unresolved.UnresolvedPackagePrivateClassProxy;
22 import unresolved.UnresolvedPublicClass;
/aosp12/art/test/800-smali/smali/
H A Db_27799205_1.smali4 # 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 Db_27799205_2.smali4 # 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 Dupdateable.txt1 unresolved
/aosp12/art/test/727-checker-unresolved-class/src/unresolved/
H A DUnresolvedPublicClazz.java17 package unresolved; package
H A DUnresolvedPackagePrivateClassProxy.java17 package unresolved; package
H A DUnresolvedPackagePrivateClass.java17 package unresolved; package
/aosp12/art/test/529-checker-unresolved/
H A Dinfo.txt1 Test calling of unresolved methods.
/aosp12/art/test/727-checker-unresolved-class/src/getters/
H A DGetUnresolvedPackagePrivateClass.java19 import unresolved.UnresolvedPackagePrivateClass;
H A DGetUnresolvedPublicClass.java19 import unresolved.UnresolvedPublicClass;
/aosp12/art/test/648-inline-caches-unresolved/
H A Dinfo.txt1 Test for inlining with inline cache into an unresolved method.
/aosp12/art/test/727-checker-unresolved-class/src-ex/resolved/
H A DPackagePrivateSubclassOfUnresolvedClass2.java20 import unresolved.UnresolvedPublicClass;
/aosp12/art/test/146-bad-interface/
H A Dinfo.txt1 Check whether a duplicate class can invoke-interface on an unresolved method.
/aosp12/art/test/679-locks/
H A Dinfo.txt2 to unresolved classes.
/aosp12/art/test/585-inline-unresolved/
H A Dinfo.txt2 a method whose return type is unresolved.
/aosp12/art/test/608-checker-unresolved-lse/
H A Dinfo.txt3 unresolved accesses.
/aosp12/art/test/etc/
H A Ddefault-build101 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 DUnresolvedPackagePrivateClass.java17 package unresolved; package
/aosp12/art/test/727-checker-unresolved-class/src-ex2/resolved/
H A DPackagePrivateSubclassOfUnresolvedClass2.java20 import unresolved.UnresolvedPublicClass;
/aosp12/art/test/727-checker-unresolved-class/src2/resolved/
H A DPackagePrivateSubclassOfUnresolvedClass.java20 import unresolved.UnresolvedPublicClass;
/aosp12/art/test/090-loop-formation/
H A Dinfo.txt3 in the loop region, and the JIT compiler won't choke on unresolved fields.

123