Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc101 Handle<WasmCompiledModule> start_module, bool at_end) in CompiledModulesIterator() argument
103 start_module_(start_module), in CompiledModulesIterator()
104 current_(at_end ? Handle<WasmCompiledModule>::null() : start_module) {} in CompiledModulesIterator()
159 Handle<WasmCompiledModule> start_module, in CompiledModuleInstancesIterator() argument
161 : it(isolate, start_module, at_end) { in CompiledModuleInstancesIterator()