Home
last modified time | relevance | path

Searched refs:TryIntPtrSub (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbase.tq1083 extern macro TryIntPtrSub(intptr, intptr): intptr labels Overflow;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h625 TNode<IntPtrT> TryIntPtrSub(TNode<IntPtrT> a, TNode<IntPtrT> b,
Dcode-stub-assembler.cc834 TNode<IntPtrT> CodeStubAssembler::TryIntPtrSub(TNode<IntPtrT> a, in TryIntPtrSub() function in v8::internal::CodeStubAssembler