Searched refs:SlotType (Results 1 – 1 of 1) sorted by relevance
559 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>; typedef in openjdkjvmti::CommonLocalVariableClosure595 SlotType slot_type{ art::Primitive::kPrimVoid }; in Run()622 SlotType type,629 /*out*/SlotType* type)635 /*out*/ SlotType* type) in InferSlotTypeFromVerifier()682 constexpr VerifierPrimitiveType SquashType(SlotType t) { in SquashType()731 std::ostream& operator<<(std::ostream& os, CommonLocalVariableClosure::SlotType state) { in operator <<()743 /*out*/ SlotType* type) { in GetSlotType()771 SlotType verifier_type{ art::Primitive::kPrimVoid }; in GetSlotType()774 if (*type == SlotType{ art::Primitive::kPrimNot }) { in GetSlotType()[all …]