Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.cc1132 int32_t left_intish = intish_; in VisitIntegerBitwiseOperator() local
1137 if (left_intish > kMaxUncombinedAdditiveSteps) { in VisitIntegerBitwiseOperator()
1259 int32_t left_intish = intish_; in VisitBinaryOperation() local
1278 if (left_intish != 0) { in VisitBinaryOperation()
1292 intish_ = left_intish + right_intish + 1; in VisitBinaryOperation()
1339 if (left_intish != 0 || right_intish != 0) { in VisitBinaryOperation()