Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-stub-assembler.cc111 Node* CodeStubAssembler::IntPtrSub(Node* a, Node* b) { in IntPtrSub() function in v8::internal::compiler::CodeStubAssembler
Dinterpreter-assembler.cc369 Node* InterpreterAssembler::IntPtrSub(Node* a, Node* b) { in IntPtrSub() function in v8::internal::compiler::InterpreterAssembler
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc476 TARGET_TEST_F(InterpreterAssemblerTest, IntPtrSub) { in TARGET_TEST_F() argument