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

  /art/compiler/optimizing/
common_arm.h 227 return Location::FpuRegisterPairLocation(low.GetCode(), high.GetCode());
locations.h 141 static Location FpuRegisterPairLocation(int low, int high) {
ssa_liveness_analysis.cc 492 return Location::FpuRegisterPairLocation(GetRegister(), GetHighInterval()->GetRegister());
register_allocation_resolver.cc 217 Location location = Location::FpuRegisterPairLocation(

Completed in 136 milliseconds