Searched refs:SmiSubWithOverflow (Results 1 – 3 of 3) sorted by relevance
71 compiler::Node* SmiSubWithOverflow(compiler::Node* a, compiler::Node* b);
928 Node* pair = assembler->SmiSubWithOverflow(lhs, rhs); in Generate()1786 Node* pair = assembler->SmiSubWithOverflow(value, one); in Generate()
300 Node* CodeStubAssembler::SmiSubWithOverflow(Node* a, Node* b) { in SmiSubWithOverflow() function in v8::internal::CodeStubAssembler