Home
last modified time | relevance | path

Searched defs:IntPtrAdd (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcode-stub-assembler.cc106 Node* CodeStubAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::CodeStubAssembler
Dinterpreter-assembler.cc364 Node* InterpreterAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::InterpreterAssembler
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc465 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrAdd) { in TARGET_TEST_F() argument