Home
last modified time | relevance | path

Searched refs:other_loc (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dinstruction.cc74 const LocationOperand& other_loc = LocationOperand::cast(other); in InterferesWith() local
76 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()
79 MachineRepresentation other_rep = other_loc.representation(); in InterferesWith()
84 other_loc.register_code()); in InterferesWith()
91 int other_index_hi = other_loc.index(); in InterferesWith()