Lines Matching defs:wasm
49 namespace wasm {
53 } // namespace wasm
411 WasmFrameSummary(Isolate*, Handle<WasmInstanceObject>, wasm::WasmCode*,
416 wasm::WasmCode* code() const { return code_; }
432 wasm::WasmCode* const code_;
725 // out of the current stack for wasm stack-switching.
970 V8_EXPORT_PRIVATE wasm::NativeModule* native_module() const;
971 wasm::WasmCode* wasm_code() const;
1059 static void GetStateForJumpBuffer(wasm::JumpBuffer* jmpbuf, State* state);
1245 // An iterator that iterates over a given wasm stack segment.
1247 wasm::StackMemory* stack);
1264 void Reset(ThreadLocalTop* top, wasm::StackMemory* stack);