Home
last modified time | relevance | path

Searched defs:IntPtrLessThan (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h26 inline bool IntPtrLessThan(intptr_t a, intptr_t b) { return a < b; } in IntPtrLessThan() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h70 inline Value<bool> IntPtrLessThan(d::MemoryAccessor accessor, intptr_t a, in IntPtrLessThan() function