Home
last modified time | relevance | path

Searched refs:WasmExitFrame (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h229 inline WasmExitFrame::WasmExitFrame(StackFrameIteratorBase* iterator) in WasmExitFrame() function in v8::internal::WasmExitFrame
H A Dframes.h42 // - WasmExitFrame
108 IF_WASM(V, WASM_EXIT, WasmExitFrame) \
997 class WasmExitFrame : public WasmFrame { class
1003 inline explicit WasmExitFrame(StackFrameIteratorBase* iterator);
H A Dframes.cc809 Address sp = type == WASM_EXIT ? WasmExitFrame::ComputeStackPointer(fp) in GetStateForFramePointer()
851 Address WasmExitFrame::ComputeStackPointer(Address fp) { in ComputeStackPointer()
1128 "WasmExitFrame has one slot more than WasmFrame"); in IterateCompiledFrame()

Completed in 9 milliseconds