Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc373 WasmGlobal* global = &module->globals.back(); in DecodeModule()
456 WasmGlobal* global = &module->globals.back(); in DecodeModule()
507 WasmGlobal* global = nullptr; in DecodeModule()
753 WasmGlobal* global) { in DecodeGlobalInModule()
816 for (WasmGlobal& global : module->globals) { in CalculateGlobalOffsets()
907 uint32_t consume_global_index(WasmModule* module, WasmGlobal** global) { in consume_global_index()
987 WasmGlobal* global = &module->globals[operand.index]; in consume_init_expr()
Dfunction-body-decoder-impl.h15 struct WasmGlobal;
70 const WasmGlobal* global;
Dwasm-module-builder.h260 struct WasmGlobal { struct
279 ZoneVector<WasmGlobal> globals_; argument
Dwasm-module.h86 struct WasmGlobal { struct
159 std::vector<WasmGlobal> globals; // globals in this module.
Dwasm-module.cc1441 void WriteGlobalValue(WasmGlobal& global, Handle<Object> value) { in WriteGlobalValue()
1657 T* GetRawGlobalPtr(WasmGlobal& global) { in GetRawGlobalPtr()
1867 WasmGlobal& global = module_->globals[exp.index]; in ProcessExports()
Dwasm-interpreter.cc1437 const WasmGlobal* global = &module()->globals[operand.index]; in Execute()
1458 const WasmGlobal* global = &module()->globals[operand.index]; in Execute()