Searched refs:ToLow (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h213 Location ToLow() const { function in class:art::Location
289 return ToLow().Equals(other) || ToHigh().Equals(other);
301 DCHECK(!Contains(other.ToLow()));
H A Dregister_allocator.cc313 BlockRegister(input.ToLow(), position, position + 1);
386 BlockRegister(output.ToLow(), position, position + 1);
1416 move->AddMove(source.ToLow(), destination.ToLow(), Primitive::kPrimInt, instruction);
1714 locations->AddLiveRegister(source.ToLow());
H A Dcode_generator_x86.cc580 index = index_.ToLow();
1106 move.AddMove(src.ToLow(), dst.ToLow(), Primitive::kPrimInt, nullptr);
3776 loc.ToLow(),
3780 loc.ToLow(),
3844 loc.ToLow(),
7376 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), Primitive::kPrimInt, nullptr);
H A Dcode_generator_arm.cc563 index = index_.ToLow();
6750 parallel_move.AddMove(return_loc.ToLow(), trg.ToLow(), Primitive::kPrimInt, nullptr);
6755 parallel_move.AddMove(return_loc.ToLow(), trg.ToLow(), Primitive::kPrimFloat, nullptr);
H A Dcode_generator_arm64.cc736 index = index_.ToLow();

Completed in 434 milliseconds