Searched refs:num_imported_mutable_globals (Results 1 – 4 of 4) sorted by relevance
63 size_t num_imported_mutable_globals, in WasmInstanceNativeAllocations() argument69 std::make_unique<Address[]>(num_imported_mutable_globals)); in WasmInstanceNativeAllocations()130 (1 * kSystemPointerSize * module->num_imported_mutable_globals) + in EstimateNativeAllocationsSize()1251 auto num_imported_mutable_globals = module->num_imported_mutable_globals; in New() local1256 num_imported_mutable_globals, num_data_segments, in New()
279 uint32_t num_imported_mutable_globals = 0; member
529 if (module_->num_imported_mutable_globals > 0) { in Build()534 module_->num_imported_mutable_globals, AllocationType::kOld); in Build()1304 DCHECK_LT(global.index, module_->num_imported_mutable_globals); in ProcessImportedWasmGlobalObject()
655 module_->num_imported_mutable_globals++; in DecodeImportSection()1412 uint32_t num_imported_mutable_globals = 0; in CalculateGlobalOffsets() local1415 global.index = num_imported_mutable_globals++; in CalculateGlobalOffsets()