Searched refs:SlotType (Results 1 – 1 of 1) sorted by relevance
556 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>; typedef in openjdkjvmti::CommonLocalVariableClosure592 SlotType slot_type{ art::Primitive::kPrimVoid }; in Run()619 SlotType type,626 /*out*/SlotType* type)632 /*out*/ SlotType* type) in InferSlotTypeFromVerifier()679 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType()728 std::ostream& operator<<(std::ostream& os, CommonLocalVariableClosure::SlotType state) { in operator <<()740 /*out*/ SlotType* type) { in GetSlotType()768 SlotType verifier_type{ art::Primitive::kPrimVoid }; in GetSlotType()771 if (*type == SlotType{ art::Primitive::kPrimNot }) { in GetSlotType()[all …]