Home
last modified time | relevance | path

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

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