Searched refs:IsZero (Results 1 – 4 of 4) sorted by relevance
86 EXPECT_FALSE(bool_reg_type.IsZero()); in TEST_F()118 EXPECT_FALSE(byte_reg_type.IsZero()); in TEST_F()150 EXPECT_FALSE(char_reg_type.IsZero()); in TEST_F()182 EXPECT_FALSE(short_reg_type.IsZero()); in TEST_F()214 EXPECT_FALSE(int_reg_type.IsZero()); in TEST_F()246 EXPECT_FALSE(long_reg_type.IsZero()); in TEST_F()278 EXPECT_FALSE(float_reg_type.IsZero()); in TEST_F()310 EXPECT_FALSE(double_reg_type.IsZero()); in TEST_F()
140 virtual bool IsZero() const { in IsZero() function144 return IsNonZeroReferenceTypes() || IsZero(); in IsReferenceTypes()587 bool IsZero() const { in IsZero() function
734 if (rhs.IsZero()) { in AssignableFrom()876 if (IsZero() || incoming_type.IsZero()) { in Merge()
1627 DCHECK(!return_type.IsZero()); in CodeFlowVerifyInstruction()1802 if (!res_type.IsArrayTypes() && !res_type.IsZero()) { // ie not an array or null in CodeFlowVerifyInstruction()1901 if (!array_type.IsZero()) { in CodeFlowVerifyInstruction()1937 if (reg_type1.IsZero()) { // zero then integral or reference expected in CodeFlowVerifyInstruction()2021 (orig_type.IsZero() || in CodeFlowVerifyInstruction()2302 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()2386 if (this_type.IsZero()) { in CodeFlowVerifyInstruction()3182 if (method_type != METHOD_INTERFACE && !actual_arg_type.IsZero()) { in VerifyInvocationArgsFromIterator()3423 if (!actual_arg_type.IsZero()) { in VerifyInvokeVirtualQuickArgs()3533 if (array_type.IsZero()) { in VerifyAGet()[all …]