Searched defs:IntPtrAdd (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | code-stub-assembler.cc | 106 Node* CodeStubAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::CodeStubAssembler |
D | interpreter-assembler.cc | 364 Node* InterpreterAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::InterpreterAssembler |
/external/v8/test/unittests/compiler/ | ||
D | interpreter-assembler-unittest.cc | 465 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrAdd) { in TARGET_TEST_F() argument |