Searched refs:WasmGlobal (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Wasm.h | 131 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/ |
D | wasm-module.h | 38 struct WasmGlobal { struct 136 std::vector<WasmGlobal> globals;
|
D | wasm-module-builder.h | 265 struct WasmGlobal { struct 286 ZoneVector<WasmGlobal> globals_; argument
|
D | module-decoder.cc | 512 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()
|
D | module-compiler.cc | 294 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()
|
D | wasm-interpreter.cc | 1673 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()
|
D | function-body-decoder-impl.h | 24 struct WasmGlobal; 202 const WasmGlobal* global = nullptr;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 75 struct WasmGlobal { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 125 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/ |
D | WasmObjectFile.cpp | 484 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/ |
D | wasm-compiler.h | 263 void GetGlobalBaseAndOffset(MachineType mem_type, const wasm::WasmGlobal&,
|
D | wasm-compiler.cc | 2887 const wasm::WasmGlobal& global, in GetGlobalBaseAndOffset()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1137 LiftoffRegister GetGlobalBaseAndOffset(const WasmGlobal* global, in GetGlobalBaseAndOffset()
|