Searched refs:GetRegMaskCommon (Results 1 – 10 of 10) sorted by relevance
86 RegisterInfo* info = new (arena) RegisterInfo(reg, m2l_->GetRegMaskCommon(reg)); in RegisterPool()91 RegisterInfo* info = new (arena) RegisterInfo(reg, m2l_->GetRegMaskCommon(reg)); in RegisterPool()96 RegisterInfo* info = new (arena) RegisterInfo(reg, m2l_->GetRegMaskCommon(reg)); in RegisterPool()101 RegisterInfo* info = new (arena) RegisterInfo(reg, m2l_->GetRegMaskCommon(reg)); in RegisterPool()
1231 virtual ResourceMask GetRegMaskCommon(const RegStorage& reg) const = 0;
60 ResourceMask GetRegMaskCommon(const RegStorage& reg) const OVERRIDE;
130 ResourceMask MipsMir2Lir::GetRegMaskCommon(const RegStorage& reg) const { in GetRegMaskCommon() function in art::MipsMir2Lir
57 ResourceMask GetRegMaskCommon(const RegStorage& reg) const OVERRIDE;
138 ResourceMask ArmMir2Lir::GetRegMaskCommon(const RegStorage& reg) const { in GetRegMaskCommon() function in art::ArmMir2Lir
116 ResourceMask GetRegMaskCommon(const RegStorage& reg) const OVERRIDE;
144 ResourceMask Arm64Mir2Lir::GetRegMaskCommon(const RegStorage& reg) const { in GetRegMaskCommon() function in art::Arm64Mir2Lir
119 ResourceMask GetRegMaskCommon(const RegStorage& reg) const OVERRIDE;
242 ResourceMask X86Mir2Lir::GetRegMaskCommon(const RegStorage& reg) const { in GetRegMaskCommon() function in art::X86Mir2Lir630 RegisterInfo* info = new (arena_) RegisterInfo(reg, GetRegMaskCommon(reg)); in CompilerInitializeRegAlloc()