Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.cc329 intptr_t left_constant; in CODE_ASSEMBLER_BINARY_OP_LIST() local
330 bool is_left_constant = ToIntPtrConstant(left, left_constant); in CODE_ASSEMBLER_BINARY_OP_LIST()
335 return IntPtrConstant(left_constant + right_constant); in CODE_ASSEMBLER_BINARY_OP_LIST()
337 if (left_constant == 0) { in CODE_ASSEMBLER_BINARY_OP_LIST()
349 intptr_t left_constant; in IntPtrSub() local
350 bool is_left_constant = ToIntPtrConstant(left, left_constant); in IntPtrSub()
355 return IntPtrConstant(left_constant - right_constant); in IntPtrSub()