Home | History | Annotate | Download | only in verifier

Lines Matching defs:ConstantType

725 class ConstantType : public RegType {
727 ConstantType(uint32_t constant, uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_)
786 class PreciseConstType final : public ConstantType {
790 : ConstantType(constant, cache_id) {
803 class PreciseConstLoType final : public ConstantType {
807 : ConstantType(constant, cache_id) {
818 class PreciseConstHiType final : public ConstantType {
822 : ConstantType(constant, cache_id) {
833 class ImpreciseConstType final : public ConstantType {
837 : ConstantType(constat, cache_id) {
848 class ImpreciseConstLoType final : public ConstantType {
852 : ConstantType(constant, cache_id) {
863 class ImpreciseConstHiType final : public ConstantType {
867 : ConstantType(constant, cache_id) {