Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h245 inline CWasmEntryFrame::CWasmEntryFrame(StackFrameIteratorBase* iterator) in CWasmEntryFrame() function
Dframes.h107 IF_WASM(V, C_WASM_ENTRY, CWasmEntryFrame) \
1068 class CWasmEntryFrame : public StubFrame {
1073 inline explicit CWasmEntryFrame(StackFrameIteratorBase* iterator);
Dframes.cc775 StackFrame::Type CWasmEntryFrame::GetCallerState(State* state) const { in GetCallerState()