Home
last modified time | relevance | path

Searched refs:IsConflict (Results 1 – 7 of 7) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc87 EXPECT_FALSE(bool_reg_type.IsConflict()); in TEST_F()
120 EXPECT_FALSE(byte_reg_type.IsConflict()); in TEST_F()
153 EXPECT_FALSE(char_reg_type.IsConflict()); in TEST_F()
186 EXPECT_FALSE(short_reg_type.IsConflict()); in TEST_F()
219 EXPECT_FALSE(int_reg_type.IsConflict()); in TEST_F()
252 EXPECT_FALSE(long_reg_type.IsConflict()); in TEST_F()
285 EXPECT_FALSE(float_reg_type.IsConflict()); in TEST_F()
318 EXPECT_FALSE(double_reg_type.IsConflict()); in TEST_F()
Dreg_type-inl.h84 } else if (lhs.IsConflict()) { in AssignableFrom()
Dregister_line-inl.h95 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
Dmethod_verifier.cc1741 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
1895 res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()
1939 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
1994 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2087 DCHECK(!component_type.IsConflict()); in CodeFlowVerifyInstruction()
2472 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
3165 if (result.IsConflict()) { in ResolveClassAndCheckAccess()
3237 if (klass_type.IsConflict()) { in ResolveMethodAndCheckAccess()
3355 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed. in VerifyInvocationArgsFromIterator()
3596 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed. in VerifyInvokeVirtualQuickArgs()
[all …]
Dreg_type.cc576 DCHECK(IsConflict()); in Merge()
579 DCHECK(incoming_type.IsConflict()); in Merge()
Dreg_type.h47 virtual bool IsConflict() const { return false; } in IsConflict() function
305 bool IsConflict() const OVERRIDE { return true; } in IsConflict() function
Dreg_type_cache.cc350 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()