Home | History | Annotate | Download | only in verifier

Lines Matching refs:ConstantType

574 class ConstantType : public RegType {
576 ConstantType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
614 class PreciseConstType : public ConstantType {
617 : ConstantType(constat, cache_id) {
627 class PreciseConstLoType : public ConstantType {
631 : ConstantType(constat, cache_id) {
639 class PreciseConstHiType : public ConstantType {
643 : ConstantType(constat, cache_id) {
651 class ImpreciseConstType : public ConstantType {
661 class ImpreciseConstLoType : public ConstantType {
664 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) : ConstantType(constat, cache_id) {
672 class ImpreciseConstHiType : public ConstantType {
675 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) : ConstantType(constat, cache_id) {