Home
last modified time | relevance | path

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

12

/art/test/529-checker-unresolved/
Dinfo.txt1 Test calling of unresolved methods.
/art/test/542-unresolved-access-check/
Dinfo.txt1 Test unresolved/access checks entry points with the JIT.
/art/test/800-smali/smali/
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.
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.
Db_21886894.smali13 iput-object v0, p0, Lsome/unresolved/Type;->a:I
Db_22045582.smali4 # is unresolved.
Db_27799205_6.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_helper.smali5 # unresolved types. It makes it harder to distinguish what kind of error we got.
Db_27799205_4.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_5.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_3.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_134061982.smali54 # * Covered by unresolved exception class -> unreachable.
Db_134061983_2.smali54 # * Covered by unresolved and resolved exception classes -> live.
Db_22881413.smali4 # A couple of fields to allow "loading" resolved and unresolved types. Use non-final classes to
74 # unresolved classes is postponed.
/art/test/648-inline-caches-unresolved/
Dinfo.txt1 Test for inlining with inline cache into an unresolved method.
/art/test/146-bad-interface/
Dinfo.txt1 Check whether a duplicate class can invoke-interface on an unresolved method.
/art/test/679-locks/
Dinfo.txt2 to unresolved classes.
/art/test/585-inline-unresolved/
Dinfo.txt2 a method whose return type is unresolved.
/art/test/608-checker-unresolved-lse/
Dinfo.txt3 unresolved accesses.
/art/test/090-loop-formation/
Dinfo.txt3 in the loop region, and the JIT compiler won't choke on unresolved fields.
/art/test/144-static-field-sigquit/
Dinfo.txt3 Tests that unresolved classes are not put into the dex cache by the verifier.
/art/test/etc/
Ddefault-build95 if [ -d src-dex2oat-unresolved ]; then
364 …javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -n…
365 …classpath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -name '*.java'`
/art/test/162-method-resolution/jasmin/
DTest5User.j26 ; Call an unresolved method bar() to force verification at runtime
/art/test/954-invoke-polymorphic-verifier/smali/
DUnresolved.smali30 # Calling MethodHandle.invoke() on unresolved receiver.
/art/runtime/verifier/
Dreg_type.cc962 const BitVector& unresolved, in UnresolvedMergedType() argument
968 unresolved_types_(unresolved, false, unresolved.GetAllocator()) { in UnresolvedMergedType()
1010 const RegType& unresolved = reg_type_cache_->GetFromId(idx); in IsArrayTypes() local
1011 return unresolved.IsArrayTypes(); in IsArrayTypes()

12