Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h131 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()
212 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);
247 std::vector<wasm::WasmGlobal> Globals;
/external/v8/src/wasm/
Dwasm-module.h38 struct WasmGlobal { struct
136 std::vector<WasmGlobal> globals;
Dwasm-module-builder.h265 struct WasmGlobal { struct
286 ZoneVector<WasmGlobal> globals_; argument
Dmodule-decoder.cc512 WasmGlobal* global = &module_->globals.back(); in DecodeImportSection()
598 WasmGlobal* global = &module_->globals.back(); in DecodeGlobalSection()
648 WasmGlobal* global = nullptr; in DecodeExportSection()
974 WasmGlobal* global) { in DecodeGlobalInModule()
1023 for (WasmGlobal& global : module->globals) { in CalculateGlobalOffsets()
1103 uint32_t consume_global_index(WasmModule* module, WasmGlobal** global) { in consume_global_index()
1213 WasmGlobal* global = &module->globals[imm.index]; in consume_init_expr()
Dmodule-compiler.cc294 void WriteGlobalValue(const WasmGlobal& global, double value);
295 void WriteGlobalValue(const WasmGlobal& global,
310 T* GetRawGlobalPtr(const WasmGlobal& global);
1344 void InstanceBuilder::WriteGlobalValue(const WasmGlobal& global, double num) { in WriteGlobalValue()
1370 void InstanceBuilder::WriteGlobalValue(const WasmGlobal& global, in WriteGlobalValue()
1663 const WasmGlobal& global = module_->globals[import.index]; in ProcessImports()
1756 T* InstanceBuilder::GetRawGlobalPtr(const WasmGlobal& global) { in GetRawGlobalPtr()
1954 const WasmGlobal& global = module_->globals[exp.index]; in ProcessExports()
Dwasm-interpreter.cc1673 byte* GetGlobalPtr(const WasmGlobal* global) { in GetGlobalPtr()
2347 const WasmGlobal* global = &module()->globals[imm.index]; in Execute()
2368 const WasmGlobal* global = &module()->globals[imm.index]; in Execute()
Dfunction-body-decoder-impl.h24 struct WasmGlobal;
202 const WasmGlobal* global = nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h75 struct WasmGlobal { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp125 struct WasmGlobal { struct
236 SmallVector<WasmGlobal, 4> Globals;
786 for (const WasmGlobal &Global : Globals) { in writeGlobalSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp484 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()
804 wasm::WasmGlobal Global; in parseGlobalSection()
889 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
/external/v8/src/compiler/
Dwasm-compiler.h263 void GetGlobalBaseAndOffset(MachineType mem_type, const wasm::WasmGlobal&,
Dwasm-compiler.cc2887 const wasm::WasmGlobal& global, in GetGlobalBaseAndOffset()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1137 LiftoffRegister GetGlobalBaseAndOffset(const WasmGlobal* global, in GetGlobalBaseAndOffset()