Home
last modified time | relevance | path

Searched refs:kJmpBufStackLimitOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dstacks.h32 constexpr int kJmpBufStackLimitOffset = offsetof(JumpBuffer, stack_limit); variable
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc2942 __ movq(MemOperand(jmpbuf, wasm::kJmpBufStackLimitOffset), kScratchRegister); in FillJumpBuffer()