Searched refs:StackSwitchFrame (Results 1 – 3 of 3) sorted by relevance
242 inline StackSwitchFrame::StackSwitchFrame(StackFrameIteratorBase* iterator) in StackSwitchFrame() function
105 IF_WASM(V, STACK_SWITCH, StackSwitchFrame) \1055 class StackSwitchFrame : public ExitFrame {1062 inline explicit StackSwitchFrame(StackFrameIteratorBase* iterator);
171 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()