Searched refs:IntPtrAdd (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | interpreter-assembler.cc | 104 return IntPtrAdd(RegisterFileRawPointer(), RegisterFrameOffset(reg_index)); in RegisterLocation() 153 return IntPtrAdd(reg_index, Int32Constant(-1)); in NextRegister() 163 IntPtrAdd(BytecodeOffset(), in BytecodeOperand() 175 IntPtrAdd(BytecodeOffset(), in BytecodeOperandSignExtended() 193 IntPtrAdd(BytecodeOffset(), in BytecodeOperandShort() 201 IntPtrAdd(BytecodeOffset(), Int32Constant(offset))); in BytecodeOperandShort() 204 IntPtrAdd(BytecodeOffset(), Int32Constant(offset + 1))); in BytecodeOperandShort() 229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset))); in BytecodeOperandShortSignExtended() 242 IntPtrAdd(BytecodeOffset(), hi_byte_offset)); in BytecodeOperandShortSignExtended() 245 IntPtrAdd(BytecodeOffset(), lo_byte_offset)); in BytecodeOperandShortSignExtended() [all …]
|
D | code-stub-assembler.cc | 106 Node* CodeStubAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::CodeStubAssembler 107 return raw_assembler_->IntPtrAdd(a, b); in IntPtrAdd()
|
D | code-stub-assembler.h | 54 Node* IntPtrAdd(Node* a, Node* b);
|
D | interpreter-assembler.h | 89 Node* IntPtrAdd(Node* a, Node* b);
|
/external/v8/test/unittests/compiler/ |
D | interpreter-assembler-unittest.cc | 465 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrAdd) { in TARGET_TEST_F() argument 470 Node* add = m.IntPtrAdd(a, b); in TARGET_TEST_F()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 4811 input = m.IntPtrAdd(input, elem_size); in TEST()
|