Searched refs:SquashType (Results 1 – 1 of 1) sorted by relevance
684 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType() function in openjdkjvmti::CommonLocalVariableClosure789 DCHECK(VerifierPrimitiveType::k32BitValue == SquashType(*type) || in GetSlotType()790 VerifierPrimitiveType::kReferenceValue == SquashType(*type)) in GetSlotType()794 DCHECK_EQ(SquashType(verifier_type), SquashType(*type)) in GetSlotType()861 return SquashType(slot_type) == SquashType(SlotType { type_ }) ? OK : ERR(TYPE_MISMATCH); in GetTypeErrorInner()876 return (SquashType(slot_type) == VerifierPrimitiveType::kReferenceValue || in GetTypeErrorInner()877 SquashType(slot_type) == VerifierPrimitiveType::kZeroValue) in GetTypeErrorInner()1010 switch (SquashType(SlotType{ type_ })) { in GetTypeErrorInner()1020 } else if (SquashType(slot_type) != VerifierPrimitiveType::k32BitValue) { in GetTypeErrorInner()1043 if (SquashType(slot_type) != VerifierPrimitiveType::kReferenceValue && in GetTypeErrorInner()[all …]