Searched refs:ConstexprUintPtrShl (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/ | ||
H A D | code-stub-assembler.h | 508 uintptr_t ConstexprUintPtrShl(uintptr_t a, int32_t b) { return a << b; } in ConstexprUintPtrShl() function in v8::internal::CodeStubAssembler |
Completed in 8 milliseconds