Lines Matching refs:IsZero
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()
4442 if (array_type.IsZero()) { in VerifyAPut()
4561 } else if (obj_type.IsZero()) { in GetInstanceField()