Home
last modified time | relevance | path

Searched refs:num_imported_mutable_globals (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc57 size_t num_imported_mutable_globals, in WasmInstanceNativeAllocations() argument
61 imported_mutable_globals_(new Address[num_imported_mutable_globals]), in WasmInstanceNativeAllocations()
83 (1 * kSystemPointerSize * module->num_imported_mutable_globals) + in EstimateNativeAllocationsSize()
1188 auto num_imported_mutable_globals = module->num_imported_mutable_globals; in New() local
1193 num_imported_mutable_globals, num_data_segments, in New()
Dwasm-module.h429 uint32_t num_imported_mutable_globals = 0; member
Dmodule-instantiate.cc583 if (module_->num_imported_mutable_globals > 0) { in Build()
588 module_->num_imported_mutable_globals, AllocationType::kOld); in Build()
1413 DCHECK_LT(global.index, module_->num_imported_mutable_globals); in ProcessImportedWasmGlobalObject()
Dmodule-decoder.cc854 module_->num_imported_mutable_globals++; in DecodeImportSection()
1643 uint32_t num_imported_mutable_globals = 0; in CalculateGlobalOffsets() local
1646 global.index = num_imported_mutable_globals++; in CalculateGlobalOffsets()