Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc2193 uint32_t next_function_ = 0; member in v8::internal::wasm::AsyncStreamingProcessor
2714 TRACE_STREAMING("Process function body %d ...\n", next_function_); in ProcessFunctionBody()
2717 next_function_, static_cast<uint32_t>(bytes.length()), offset, false); in ProcessFunctionBody()
2719 uint32_t index = next_function_ + decoder_.module()->num_imported_functions; in ProcessFunctionBody()
2723 ++next_function_; in ProcessFunctionBody()