Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc485 exp->index = consume_func_index(module, &func); in DecodeModule()
556 module->start_function_index = consume_func_index(module, &func); in DecodeModule()
589 uint32_t index = consume_func_index(module, &func); in DecodeModule()
903 uint32_t consume_func_index(WasmModule* module, WasmFunction** func) { in consume_func_index() function in v8::internal::wasm::__anon96a422e80111::ModuleDecoder