Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h358 const Operator* GetSafeLoadOperator(int offset, wasm::ValueType type);
Dwasm-compiler.cc3129 const Operator* WasmGraphBuilder::GetSafeLoadOperator(int offset, in GetSafeLoadOperator() function in v8::internal::compiler::WasmGraphBuilder
4712 graph()->NewNode(GetSafeLoadOperator(offset, type), arg_buffer, in BuildCWasmEntry()