Searched refs:IsPair (Results 1 - 15 of 15) sorted by relevance

/art/compiler/dex/
H A Dreg_storage.h161 constexpr bool IsPair() const { function in class:art::RegStorage
209 DCHECK(!IsPair()) << "reg_ = 0x" << std::hex << reg_;
216 DCHECK(!IsPair());
222 DCHECK(IsPair());
228 DCHECK(IsPair());
234 DCHECK(IsPair());
240 DCHECK(IsPair());
246 DCHECK(IsPair());
251 DCHECK(IsPair());
272 DCHECK(!low.IsPair());
[all...]
/art/compiler/dex/quick/
H A Dralloc_util.cc173 if (UNLIKELY(reg.IsPair())) {
433 DCHECK(!res.IsPair());
521 if (reg.IsPair()) {
550 if (reg.IsPair()) {
579 if (reg.IsPair()) {
593 if (reg.IsPair()) {
606 if (reg.IsPair()) {
619 if (reg.IsPair()) {
637 if (reg.IsPair()) {
652 if (reg.IsPair()) {
[all...]
H A Dmir_to_lir-inl.h259 RegisterInfo* res = reg.IsPair() ? reginfo_map_.Get(reg.GetLowReg()) :
H A Dgen_loadstore.cc410 if (!loc.reg.IsPair()) {
H A Dcodegen_util.cc1289 if (loc.reg.IsPair()) {
H A Dgen_invoke.cc792 if (rl_arg.reg.IsPair()) {
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc646 DCHECK(!r_dest.IsPair());
662 DCHECK(r_dest.IsPair());
679 DCHECK(r_dest.IsPair());
837 if (!r_src_dest.IsPair()) {
868 DCHECK(!r_dest.IsPair());
871 DCHECK(r_dest.IsPair());
1009 DCHECK(!r_src.IsPair());
1012 DCHECK(r_src.IsPair());
H A Dint_arm.cc405 if (r_dest.IsPair()) {
408 if (r_src.IsPair()) {
822 RegStorage expected_reg = rl_src_expected.reg.IsPair() ? rl_src_expected.reg.GetLow() :
824 RegStorage new_val_reg = rl_src_new_value.reg.IsPair() ? rl_src_new_value.reg.GetLow() :
1078 DCHECK(reg.IsPair()); // TODO: support k64BitSolo.
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc254 int dest = r_dest.IsPair() ? r_dest.GetLowReg() : r_dest.GetReg();
305 int src = r_src.IsPair() ? r_src.GetLowReg() : r_src.GetReg();
563 int32_t low_reg_val = r_dest.IsPair() ? r_dest.GetLowReg() : r_dest.GetReg();
598 if (r_dest.IsPair()) {
618 if (r_dest.IsPair()) {
639 bool pair = r_dest.IsPair();
786 bool pair = r_src.IsPair();
H A Dint_x86.cc125 if (r_dest.IsPair()) {
128 if (r_src.IsPair()) {
158 if (!r_src.IsPair()) {
159 DCHECK(!r_dest.IsPair());
171 if (!r_dest.IsPair()) {
172 DCHECK(!r_src.IsPair());
182 DCHECK_EQ(r_dest.IsPair(), r_src.IsPair());
183 if (!r_src.IsPair()) {
212 DCHECK(!left_op.IsPair()
[all...]
H A Dcodegen_x86.h375 DCHECK(!reg.IsPair());
393 DCHECK(!reg.IsPair());
/art/compiler/dex/quick/mips/
H A Dutility_mips.cc346 if (!r_dest.IsPair()) {
470 bool pair = r_dest.IsPair();
581 bool pair = r_src.IsPair();
H A Dtarget_mips.cc497 DCHECK(r_dest.IsPair());
511 DCHECK(r_src.IsPair());
H A Dint_mips.cc165 if (r_dest.IsPair()) {
168 if (r_src.IsPair()) {
355 DCHECK(reg.IsPair()); // TODO: support k64BitSolo.
/art/compiler/dex/quick/arm64/
H A Dcodegen_arm64.h270 DCHECK(!reg.IsPair());
306 DCHECK(!reg.IsPair());

Completed in 159 milliseconds