Searched refs:start_module (Results 1 – 1 of 1) sorted by relevance
101 Handle<WasmCompiledModule> start_module, bool at_end) in CompiledModulesIterator() argument103 start_module_(start_module), in CompiledModulesIterator()104 current_(at_end ? Handle<WasmCompiledModule>::null() : start_module) {} in CompiledModulesIterator()159 Handle<WasmCompiledModule> start_module, in CompiledModuleInstancesIterator() argument161 : it(isolate, start_module, at_end) { in CompiledModuleInstancesIterator()