Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h831 std::vector<int> FindFunctionsToRecompile(TieringState);
Dwasm-code-manager.cc2390 std::vector<int> NativeModule::FindFunctionsToRecompile( in FindFunctionsToRecompile() function in v8::internal::wasm::NativeModule
Dmodule-compiler.cc3341 native_module_->FindFunctionsToRecompile(new_tiering_state); in InitializeRecompilation()