Searched refs:WasmDebugBreakFrame (Results 1 – 3 of 3) sorted by relevance
232 inline WasmDebugBreakFrame::WasmDebugBreakFrame( in WasmDebugBreakFrame() function
106 IF_WASM(V, WASM_DEBUG_BREAK, WasmDebugBreakFrame) \1009 class WasmDebugBreakFrame final : public TypedFrame {1019 static WasmDebugBreakFrame* cast(StackFrame* frame) { in cast()1021 return static_cast<WasmDebugBreakFrame*>(frame); in cast()1025 inline explicit WasmDebugBreakFrame(StackFrameIteratorBase*);
2161 void WasmDebugBreakFrame::Iterate(RootVisitor* v) const { in Iterate()2180 void WasmDebugBreakFrame::Print(StringStream* accumulator, PrintMode mode, in Print()