HomeSort by relevance Sort by last modified time
    Searched refs:ToHigh (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
locations.h 231 Location ToHigh() const {
308 return ToLow().Equals(other) || ToHigh().Equals(other);
321 DCHECK(!Contains(other.ToHigh()));
register_allocation_resolver.cc 256 locations->AddLiveRegister(source.ToHigh());
519 move->AddMove(source.ToHigh(), destination.ToHigh(), DataType::Type::kInt32, nullptr);
register_allocator_graph_color.cc     [all...]
register_allocator_linear_scan.cc 296 BlockRegister(input.ToHigh(), position, position + 1);
369 BlockRegister(output.ToHigh(), position, position + 1);
    [all...]
code_generator_x86.cc     [all...]

Completed in 604 milliseconds