Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dframes.tq47 return LoadBufferIntptr(f, o);
Dbase.tq771 extern macro LoadBufferIntptr(RawPtr, constexpr int32): intptr;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1201 TNode<IntPtrT> LoadBufferIntptr(TNode<RawPtrT> buffer, int offset) { in LoadBufferIntptr() function