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.cc498 bool is_left_constant = ToIntPtrConstant(left, left_constant); in CODE_ASSEMBLER_BINARY_OP_LIST() local
501 if (is_left_constant) { in CODE_ASSEMBLER_BINARY_OP_LIST()
519 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrSub() local
522 if (is_left_constant) { in IntPtrSub()
537 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrMul() local
540 if (is_left_constant) { in IntPtrMul()
574 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordOr() local
577 if (is_left_constant) { in WordOr()
595 bool is_left_constant = ToIntPtrConstant(left, left_constant); in WordAnd() local
598 if (is_left_constant) { in WordAnd()
[all …]