Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc610 Vector<int> func_indexes) { in RedirectToInterpreter() argument
627 for (int func_index : func_indexes) { in RedirectToInterpreter()
Dwasm-objects.h570 Vector<int> func_indexes);
Dmodule-compiler.cc1193 std::vector<int> func_indexes; in Build() local
1197 func_indexes.push_back(func_index); in Build()
1200 debug_info, Vector<int>(func_indexes.data(), in Build()
1201 static_cast<int>(func_indexes.size()))); in Build()