Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc679 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType() function in openjdkjvmti::CommonLocalVariableClosure
782 DCHECK(VerifierPrimitiveType::k32BitValue == SquashType(*type) || in GetSlotType()
783 VerifierPrimitiveType::kReferenceValue == SquashType(*type)) in GetSlotType()
787 DCHECK_EQ(SquashType(verifier_type), SquashType(*type)) in GetSlotType()
854 return SquashType(slot_type) == SquashType(SlotType { type_ }) ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner()
869 return (SquashType(slot_type) == VerifierPrimitiveType::kReferenceValue || in GetTypeErrorInner()
870 SquashType(slot_type) == VerifierPrimitiveType::kZeroValue) in GetTypeErrorInner()
1003 switch (SquashType(SlotType{ type_ })) { in GetTypeErrorInner()
1013 } else if (SquashType(slot_type) != VerifierPrimitiveType::k32BitValue) { in GetTypeErrorInner()
1036 if (SquashType(slot_type) != VerifierPrimitiveType::kReferenceValue && in GetTypeErrorInner()
[all …]