Searched refs:WasmGlobal (Results 1 – 6 of 6) sorted by relevance
373 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()
15 struct WasmGlobal;70 const WasmGlobal* global;
260 struct WasmGlobal { struct279 ZoneVector<WasmGlobal> globals_; argument
86 struct WasmGlobal { struct159 std::vector<WasmGlobal> globals; // globals in this module.
1441 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()
1437 const WasmGlobal* global = &module()->globals[operand.index]; in Execute()1458 const WasmGlobal* global = &module()->globals[operand.index]; in Execute()