Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc96 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith() local
97 if (kind != other_kind) return false; in InterferesWith()