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