Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h592 const Operator* GetSafeLoadOperator(int offset, wasm::ValueType type);
Dwasm-compiler.cc3885 const Operator* WasmGraphBuilder::GetSafeLoadOperator(int offset, in GetSafeLoadOperator() function in v8::internal::compiler::WasmGraphBuilder
7348 graph()->NewNode(GetSafeLoadOperator(offset, type), values, in BuildCapiCallWrapper()
7570 graph()->NewNode(GetSafeLoadOperator(offset, type), arg_buffer, in BuildCWasmEntry()