Lines Matching defs:store
1670 // In case we store lower part of WasmI64 expression, we can truncate
2334 // input doubles. We reserve this byte buffer as a stack slot, store the
3906 // We are storing tagged value to off-heap location, so we need to store
3950 auto store = [&](int field_offset, MachineRepresentation rep, Node* data) {
3955 store(offsetof(wasm::MemoryTracingInfo, offset),
3957 store(offsetof(wasm::MemoryTracingInfo, is_store),
3959 store(offsetof(wasm::MemoryTracingInfo, mem_rep),
4172 Node* store = SetEffect(graph()->NewNode(
4177 SetSourcePosition(store, position);
4290 Node* store = graph()->NewNode(store_op, mem_start, index, val, effect(),
4292 SetEffectControl(bounds_check.EffectPhi(store, effect()), bounds_check.merge);
7593 // Handle success: store the return value(s).