Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.cc76 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith() local
77 if (kind != other_kind) return false; in InterferesWith()