Searched refs:VerifierPrimitiveType (Results 1 – 1 of 1) sorted by relevance
552 enum class VerifierPrimitiveType { enum in openjdkjvmti::CommonLocalVariableClosure559 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>;664 *type = VerifierPrimitiveType::kReferenceValue; in InferSlotTypeFromVerifier()668 *type = VerifierPrimitiveType::kZeroValue; in InferSlotTypeFromVerifier()672 *type = VerifierPrimitiveType::k32BitValue; in InferSlotTypeFromVerifier()676 *type = VerifierPrimitiveType::k64BitValue; in InferSlotTypeFromVerifier()684 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType()694 return VerifierPrimitiveType::k32BitValue; in SquashType()698 return VerifierPrimitiveType::k64BitValue; in SquashType()700 return VerifierPrimitiveType::kReferenceValue; in SquashType()[all …]