Searched refs:CWasmEntryFrame (Results 1 – 3 of 3) sorted by relevance
245 inline CWasmEntryFrame::CWasmEntryFrame(StackFrameIteratorBase* iterator) in CWasmEntryFrame() function
107 IF_WASM(V, C_WASM_ENTRY, CWasmEntryFrame) \1068 class CWasmEntryFrame : public StubFrame {1073 inline explicit CWasmEntryFrame(StackFrameIteratorBase* iterator);
775 StackFrame::Type CWasmEntryFrame::GetCallerState(State* state) const { in GetCallerState()