Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1594 if (WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange()) { in AddCodeSpaceLocked()
1890 WasmCodeManager::WasmCodeManager() in WasmCodeManager() function in WasmCodeManager
1895 WasmCodeManager::~WasmCodeManager() { in ~WasmCodeManager()
1904 bool WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange() { in CanRegisterUnwindInfoForNonABICompliantCodeRange()
1910 void WasmCodeManager::Commit(base::AddressRegion region) { in Commit()
1923 "WasmCodeManager::Commit: Exceeding maximum wasm code space"); in Commit()
1964 "WasmCodeManager::Commit: Cannot make pre-reserved region writable"); in Commit()
1969 void WasmCodeManager
[all...]
H A Dwasm-code-manager.h856 friend class WasmCodeManager;
865 // Private constructor, called via {WasmCodeManager::NewNativeModule()}.
908 // destructor, the NativeModule still communicates with the WasmCodeManager,
1012 class V8_EXPORT_PRIVATE WasmCodeManager final {
1014 WasmCodeManager();
1015 WasmCodeManager(const WasmCodeManager&) = delete;
1016 WasmCodeManager& operator=(const WasmCodeManager&) = delete;
1018 ~WasmCodeManager();
[all...]
H A Dwasm-engine.h442 // Returns a reference to the WasmCodeManager shared by the entire process.
443 V8_EXPORT_PRIVATE WasmCodeManager* GetWasmCodeManager();
H A Dwasm-engine.cc848 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in CreateWasmScript()
1646 // finished, and that has to happen before the WasmCodeManager gets destroyed.
1647 WasmCodeManager code_manager;
1676 WasmCodeManager* GetWasmCodeManager() { in GetWasmCodeManager()
H A Dwasm-objects.cc120 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()
2242 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in New()
2244 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()
H A Dmodule-compiler.cc1937 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in CompileToNativeModule()
2546 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(
2846 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in ProcessCodeSectionHeader()
2950 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in OnFinishedStream()
H A Dwasm-serialization.cc876 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in DeserializeNativeModule()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc6588 WasmCodeManager::EstimateLiftoffCodeSize(func_body_size);

Completed in 31 milliseconds