Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.cc330 bool is_left_constant = ToIntPtrConstant(left, left_constant); in CODE_ASSEMBLER_BINARY_OP_LIST() local
333 if (is_left_constant) { in CODE_ASSEMBLER_BINARY_OP_LIST()
350 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrSub() local
353 if (is_left_constant) { in IntPtrSub()