Home
last modified time | relevance | path

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

/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_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/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/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/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-build57 if [ -d src-dex2oat-unresolved ]; then
201 …${JAVAC} ${JAVAC_ARGS} -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -nam…
202 …${JAVAC} ${JAVAC_ARGS} -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -…
/art/test/954-invoke-polymorphic-verifier/smali/
DUnresolved.smali30 # Calling MethodHandle.invoke() on unresolved receiver.
/art/runtime/verifier/
Dreg_type.cc817 const BitVector& unresolved, in UnresolvedMergedType() argument
823 unresolved_types_(unresolved, false, unresolved.GetAllocator()) { in UnresolvedMergedType()
865 const RegType& unresolved = reg_type_cache_->GetFromId(idx); in IsArrayTypes() local
866 return unresolved.IsArrayTypes(); in IsArrayTypes()
Dreg_type.h938 const BitVector& unresolved,
/art/test/VerifierDeps/
DMain.smali324 # therefore result in an unresolved method.