Searched refs:VerifierPrimitiveType (Results 1 – 1 of 1) sorted by relevance
549 enum class VerifierPrimitiveType { enum in openjdkjvmti::CommonLocalVariableClosure556 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>;659 *type = VerifierPrimitiveType::kReferenceValue; in InferSlotTypeFromVerifier()663 *type = VerifierPrimitiveType::kZeroValue; in InferSlotTypeFromVerifier()667 *type = VerifierPrimitiveType::k32BitValue; in InferSlotTypeFromVerifier()671 *type = VerifierPrimitiveType::k64BitValue; in InferSlotTypeFromVerifier()679 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType()689 return VerifierPrimitiveType::k32BitValue; in SquashType()693 return VerifierPrimitiveType::k64BitValue; in SquashType()695 return VerifierPrimitiveType::kReferenceValue; in SquashType()[all …]