Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc94 const LocationOperand& other_loc = LocationOperand::cast(other); in InterferesWith() local
96 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()
99 MachineRepresentation other_rep = other_loc.representation(); in InterferesWith()
106 other_loc.register_code()); in InterferesWith()
119 int other_index_hi = other_loc.index(); in InterferesWith()