Searched refs:loc_op (Results 1 – 2 of 2) sorted by relevance
81 LocationOperand loc_op = LocationOperand::cast(move); in GetKind() local82 if (loc_op.location_kind() != LocationOperand::REGISTER) return kStack; in GetKind()83 return IsFloatingPoint(loc_op.representation()) ? kFpReg : kGpReg; in GetKind()
333 const LocationOperand* loc_op = LocationOperand::cast(&op); in CheckReferenceMap() local337 if (CanBeTaggedOrCompressedPointer(loc_op->representation()) && in CheckReferenceMap()338 loc_op->index() >= spill_slot_delta()) { in CheckReferenceMap()358 const LocationOperand* loc_op = LocationOperand::cast(&op); in IsStaleReferenceStackSlot() local359 return CanBeTaggedOrCompressedPointer(loc_op->representation()) && in IsStaleReferenceStackSlot()