Searched refs:num_imported_mutable_globals (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 57 size_t num_imported_mutable_globals, in WasmInstanceNativeAllocations() 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() 55 WasmInstanceNativeAllocations(Handle<WasmInstanceObject> instance, size_t num_imported_functions, size_t num_imported_mutable_globals, size_t num_data_segments, size_t num_elem_segments) WasmInstanceNativeAllocations() argument
|
H A D | wasm-module.h | 429 uint32_t num_imported_mutable_globals = 0; member
|
H A D | module-instantiate.cc | 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()
|
H A D | module-decoder.cc | 854 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()
|
Completed in 14 milliseconds