Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc294 void WriteGlobalValue(const WasmGlobal& global, double value);
295 void WriteGlobalValue(const WasmGlobal& global,
1344 void InstanceBuilder::WriteGlobalValue(const WasmGlobal& global, double num) { in WriteGlobalValue() function in v8::internal::wasm::InstanceBuilder
1370 void InstanceBuilder::WriteGlobalValue(const WasmGlobal& global, in WriteGlobalValue() function in v8::internal::wasm::InstanceBuilder
1716 WriteGlobalValue(global, global_object); in ProcessImports()
1725 WriteGlobalValue(global, value->Number()); in ProcessImports()
1734 WriteGlobalValue(global, value->Number()); in ProcessImports()