Home
last modified time | relevance | path

Searched refs:SlotType (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_method.cc556 using SlotType = std::variant<art::Primitive::Type, VerifierPrimitiveType>; typedef in openjdkjvmti::CommonLocalVariableClosure
592 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 …]