Searched refs:num_imported_mutable_globals (Results 1 – 4 of 4) sorted by relevance
57 size_t num_imported_mutable_globals, in WasmInstanceNativeAllocations() argument61 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() local1193 num_imported_mutable_globals, num_data_segments, in New()
429 uint32_t num_imported_mutable_globals = 0; member
583 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()
854 module_->num_imported_mutable_globals++; in DecodeImportSection()1643 uint32_t num_imported_mutable_globals = 0; in CalculateGlobalOffsets() local1646 global.index = num_imported_mutable_globals++; in CalculateGlobalOffsets()