Searched refs:unresolved (Results 1 – 25 of 26) sorted by relevance
12
1 Test calling of unresolved methods.
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.
13 iput-object v0, p0, Lsome/unresolved/Type;->a:I
4 # is unresolved.
4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
5 # unresolved types. It makes it harder to distinguish what kind of error we got.
4 # A couple of fields to allow "loading" resolved and unresolved types. Use non-final classes to74 # unresolved classes is postponed.
1 Test unresolved/access checks entry points with the JIT.
1 Test for inlining with inline cache into an unresolved method.
1 Check whether a duplicate class can invoke-interface on an unresolved method.
2 to unresolved classes.
2 a method whose return type is unresolved.
3 unresolved accesses.
3 in the loop region, and the JIT compiler won't choke on unresolved fields.
3 Tests that unresolved classes are not put into the dex cache by the verifier.
95 if [ -d src-dex2oat-unresolved ]; then364 …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'`
30 # Calling MethodHandle.invoke() on unresolved receiver.
26 ; Call an unresolved method bar() to force verification at runtime
876 const BitVector& unresolved, in UnresolvedMergedType() argument882 unresolved_types_(unresolved, false, unresolved.GetAllocator()) { in UnresolvedMergedType()924 const RegType& unresolved = reg_type_cache_->GetFromId(idx); in IsArrayTypes() local925 return unresolved.IsArrayTypes(); in IsArrayTypes()
1040 std::set<std::string> unresolved; in ListApi() local1073 unresolved.insert(stub_member.GetApiEntry()); in ListApi()1079 for (const std::string& str : unresolved) { in ListApi()
324 # therefore result in an unresolved method.