Searched refs:WasmGlobal (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals() 227 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index); 270 std::vector<wasm::WasmGlobal> Globals;
|
/third_party/node/deps/v8/src/wasm/ |
D | module-instantiate.cc | 343 void WriteGlobalValue(const WasmGlobal& global, const WasmValue& value); 387 const WasmGlobal& global, 400 T* GetRawUntaggedGlobalPtr(const WasmGlobal& global); 1038 void InstanceBuilder::WriteGlobalValue(const WasmGlobal& global, in WriteGlobalValue() 1388 const WasmGlobal& global, Handle<WasmGlobalObject> global_object) { in ProcessImportedWasmGlobalObject() 1479 const WasmGlobal& global = module_->globals[global_index]; in ProcessImportedGlobal() 1711 T* InstanceBuilder::GetRawUntaggedGlobalPtr(const WasmGlobal& global) { in GetRawUntaggedGlobalPtr() 1717 for (const WasmGlobal& global : module_->globals) { in InitGlobals() 1840 const WasmGlobal& global = module_->globals[exp.index]; in ProcessExports()
|
D | wasm-objects.h | 36 struct WasmGlobal; 515 const wasm::WasmGlobal&); 520 Handle<WasmInstanceObject>, const wasm::WasmGlobal&); 524 const wasm::WasmGlobal&);
|
D | wasm-module-builder.h | 442 struct WasmGlobal { struct 471 ZoneVector<WasmGlobal> globals_;
|
D | wasm-module.h | 170 struct WasmGlobal { struct 507 std::vector<WasmGlobal> globals;
|
D | init-expr-interface.cc | 105 const WasmGlobal& global = module_->globals[imm.index]; in GlobalGet()
|
D | module-decoder.cc | 850 WasmGlobal* global = &module_->globals.back(); in DecodeImportSection() 1014 WasmGlobal* global = nullptr; in DecodeExportSection() 1644 for (WasmGlobal& global : module->globals) { in CalculateGlobalOffsets() 1730 uint32_t consume_global_index(WasmModule* module, WasmGlobal** global) { in consume_global_index()
|
D | wasm-objects.cc | 1513 Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) { in GetGlobalStorage() 1526 const wasm::WasmGlobal& global) { in GetGlobalBufferAndIndex() 1543 Handle<WasmInstanceObject> instance, const wasm::WasmGlobal& global) { in GetGlobalValue()
|
D | wasm-module-builder.cc | 738 for (const WasmGlobal& global : globals_) { in WriteTo()
|
D | function-body-decoder-impl.h | 35 struct WasmGlobal; 468 const WasmGlobal* global = nullptr;
|
D | c-api.cc | 164 const i::wasm::WasmGlobal& global = module->globals[index]; in GetImportExportType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 90 struct WasmGlobal { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() 991 wasm::WasmGlobal Global; in parseGlobalSection() 1119 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 711 void GetGlobalBaseAndOffset(const wasm::WasmGlobal&, Node** base_node,
|
D | wasm-compiler.cc | 3695 void WasmGraphBuilder::GetGlobalBaseAndOffset(const wasm::WasmGlobal& global, in GetGlobalBaseAndOffset() 3731 const wasm::WasmGlobal& global = env_->module->globals[index]; in GlobalGet() 3742 const wasm::WasmGlobal& global = env_->module->globals[index]; in GlobalSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 123 struct WasmGlobal { struct
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 2355 Register GetGlobalBaseAndOffset(const WasmGlobal* global, in GetGlobalBaseAndOffset() 2372 const WasmGlobal* global, LiftoffRegList* pinned, Register* base, in GetBaseAndOffsetForImportedMutableExternRefGlobal()
|