Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc119 int other_index_hi = other_loc.index(); in InterferesWith() local
121 other_index_hi - in InterferesWith()
123 return other_index_hi >= index_lo && index_hi >= other_index_lo; in InterferesWith()