Home
last modified time | relevance | path

Searched refs:IsZeroOrNull (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h98 if (rhs.IsZeroOrNull()) { in AssignableFrom()
Dmethod_verifier.cc2214 DCHECK(!return_type.IsZeroOrNull()); in CodeFlowVerifyInstruction()
2497 if (!res_type.IsArrayTypes() && !res_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()
2605 if (!array_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()
2646 if (reg_type1.IsZeroOrNull()) { // zero then integral or reference expected in CodeFlowVerifyInstruction()
2729 (orig_type.IsZeroOrNull() || in CodeFlowVerifyInstruction()
3029 if (this_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()
3110 if (this_type.IsZeroOrNull()) { in CodeFlowVerifyInstruction()
4068 if (method_type != METHOD_INTERFACE && !adjusted_type.IsZeroOrNull()) { in VerifyInvocationArgsFromIterator()
4385 if (this_type.IsZeroOrNull()) { in CheckSignaturePolymorphicReceiver()
4477 if (array_type.IsZeroOrNull()) { in VerifyAGet()
[all …]
Dreg_type.cc861 } else if (IsZeroOrNull() || incoming_type.IsZeroOrNull()) { in Merge()
Dreg_type.h136 bool IsZeroOrNull() const { in IsZeroOrNull() function