Searched refs:IsZero (Results 1 – 6 of 6) sorted by relevance
95 EXPECT_FALSE(bool_reg_type.IsZero()); in TEST_F()128 EXPECT_FALSE(byte_reg_type.IsZero()); in TEST_F()161 EXPECT_FALSE(char_reg_type.IsZero()); in TEST_F()194 EXPECT_FALSE(short_reg_type.IsZero()); in TEST_F()227 EXPECT_FALSE(int_reg_type.IsZero()); in TEST_F()260 EXPECT_FALSE(long_reg_type.IsZero()); in TEST_F()293 EXPECT_FALSE(float_reg_type.IsZero()); in TEST_F()326 EXPECT_FALSE(double_reg_type.IsZero()); in TEST_F()
690 } else if (IsZero() || incoming_type.IsZero()) { in Merge()821 CHECK(resolved_part_.IsZero() || in CheckInvariants()832 if (!resolved_part_.IsZero()) { in CheckInvariants()842 if (!resolved_part_.IsZero() && !resolved_part_.IsArrayTypes()) { in IsArrayTypes()
92 if (rhs.IsZero()) { in AssignableFrom()
348 if (reg_type.IsZero()) { in PushMonitor()380 if (!success && reg_type.IsZero()) { in PopMonitor()
128 virtual bool IsZero() const { return false; } in IsZero() function130 return IsNonZeroReferenceTypes() || IsZero(); in IsReferenceTypes()595 bool IsZero() const OVERRIDE { in IsZero() function
2160 DCHECK(!return_type.IsZero()); in CodeFlowVerifyInstruction()2395 if (!res_type.IsArrayTypes() && !res_type.IsZero()) { // ie not an array or null in CodeFlowVerifyInstruction()2502 if (!array_type.IsZero()) { in CodeFlowVerifyInstruction()2542 if (reg_type1.IsZero()) { // zero then integral or reference expected in CodeFlowVerifyInstruction()2626 (orig_type.IsZero() || in CodeFlowVerifyInstruction()2910 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2986 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()3921 if (method_type != METHOD_INTERFACE && !adjusted_type.IsZero()) { in VerifyInvocationArgsFromIterator()4214 if (!actual_arg_type.IsZero()) { in VerifyInvokeVirtualQuickArgs()4327 if (array_type.IsZero()) { in VerifyAGet()[all …]