Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.h57 int max_function_index = -1; member
Dwasm-module.cc307 isolate->factory()->NewFixedArray(decoded_locals.max_function_index + 1); in DecodeLocalNames()
Dmodule-decoder.cc1692 result->max_function_index = in DecodeLocalNames()
1693 std::max(result->max_function_index, func_names.function_index); in DecodeLocalNames()