Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc1594 if (WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange()) { in AddCodeSpaceLocked()
1890 WasmCodeManager::WasmCodeManager() in WasmCodeManager() function in v8::internal::wasm::WasmCodeManager
1895 WasmCodeManager::~WasmCodeManager() { in ~WasmCodeManager()
1904 bool WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange() { in CanRegisterUnwindInfoForNonABICompliantCodeRange()
1910 void WasmCodeManager::Commit(base::AddressRegion region) { in Commit()
1969 void WasmCodeManager::Decommit(base::AddressRegion region) { in Decommit()
1984 void WasmCodeManager::AssignRange(base::AddressRegion region, in AssignRange()
1991 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) { in TryAllocate()
2064 size_t WasmCodeManager::EstimateLiftoffCodeSize(int body_size) { in EstimateLiftoffCodeSize()
2070 size_t WasmCodeManager::EstimateNativeModuleCodeSize( in EstimateNativeModuleCodeSize()
[all …]
Dwasm-code-manager.h856 friend class WasmCodeManager; variable
1012 class V8_EXPORT_PRIVATE WasmCodeManager final {
1014 WasmCodeManager();
1015 WasmCodeManager(const WasmCodeManager&) = delete;
1016 WasmCodeManager& operator=(const WasmCodeManager&) = delete;
1018 ~WasmCodeManager();
Dwasm-engine.h443 V8_EXPORT_PRIVATE WasmCodeManager* GetWasmCodeManager();
Dwasm-engine.cc848 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in CreateWasmScript()
1647 WasmCodeManager code_manager;
1676 WasmCodeManager* GetWasmCodeManager() { in GetWasmCodeManager()
Dwasm-objects.cc120 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()
2242 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in New()
2244 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()
Dmodule-compiler.cc1937 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in CompileToNativeModule()
2546 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in RunInBackground()
2846 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in ProcessCodeSectionHeader()
2950 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in OnFinishedStream()
Dwasm-serialization.cc876 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in DeserializeNativeModule()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6588 WasmCodeManager::EstimateLiftoffCodeSize(func_body_size); in ExecuteLiftoffCompilation()