Home
last modified time | relevance | path

Searched refs:GetSafeStoreOperator (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h359 const Operator* GetSafeStoreOperator(int offset, wasm::ValueType type);
Dwasm-compiler.cc3140 const Operator* WasmGraphBuilder::GetSafeStoreOperator(int offset, in GetSafeStoreOperator() function in v8::internal::compiler::WasmGraphBuilder
4654 SetEffect(graph()->NewNode(GetSafeStoreOperator(offset, type), arg_buffer, in BuildWasmInterpreterEntry()