Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h1032 static size_t EstimateLiftoffCodeSize(int body_size);
Dwasm-code-manager.cc2064 size_t WasmCodeManager::EstimateLiftoffCodeSize(int body_size) { in EstimateLiftoffCodeSize() function in v8::internal::wasm::WasmCodeManager
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6588 WasmCodeManager::EstimateLiftoffCodeSize(func_body_size); in ExecuteLiftoffCompilation()