Home
last modified time | relevance | path

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

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