Home | History | Annotate | Download | only in verifier

Lines Matching refs:ConstantType

565 class ConstantType : public RegType {
567 ConstantType(uint32_t constant, uint16_t cache_id) SHARED_REQUIRES(Locks::mutator_lock_)
622 class PreciseConstType FINAL : public ConstantType {
626 : ConstantType(constant, cache_id) {}
633 class PreciseConstLoType FINAL : public ConstantType {
637 : ConstantType(constant, cache_id) {}
642 class PreciseConstHiType FINAL : public ConstantType {
646 : ConstantType(constant, cache_id) {}
651 class ImpreciseConstType FINAL : public ConstantType {
655 : ConstantType(constat, cache_id) {
661 class ImpreciseConstLoType FINAL : public ConstantType {
665 : ConstantType(constant, cache_id) {}
670 class ImpreciseConstHiType FINAL : public ConstantType {
674 : ConstantType(constant, cache_id) {}