Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinterpreter-assembler.cc104 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 …]
Dcode-stub-assembler.cc106 Node* CodeStubAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::CodeStubAssembler
107 return raw_assembler_->IntPtrAdd(a, b); in IntPtrAdd()
Dcode-stub-assembler.h54 Node* IntPtrAdd(Node* a, Node* b);
Dinterpreter-assembler.h89 Node* IntPtrAdd(Node* a, Node* b);
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc465 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/
Dtest-run-machops.cc4811 input = m.IntPtrAdd(input, elem_size); in TEST()