Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h242 inline StackSwitchFrame::StackSwitchFrame(StackFrameIteratorBase* iterator) in StackSwitchFrame() function
Dframes.h105 IF_WASM(V, STACK_SWITCH, StackSwitchFrame) \
1055 class StackSwitchFrame : public ExitFrame {
1062 inline explicit StackSwitchFrame(StackFrameIteratorBase* iterator);
Dframes.cc171 StackSwitchFrame::GetStateForJumpBuffer(stack->jmpbuf(), &state); in Reset()
2222 void StackSwitchFrame::Iterate(RootVisitor* v) const { in Iterate()
2239 void StackSwitchFrame::GetStateForJumpBuffer(wasm::JumpBuffer* jmpbuf, in GetStateForJumpBuffer()