Searched refs:WasmCodeManager (Results 1 – 8 of 8) sorted by relevance
1594 if (WasmCodeManager::CanRegisterUnwindInfoForNonABICompliantCodeRange()) { in AddCodeSpaceLocked()1890 WasmCodeManager::WasmCodeManager() in WasmCodeManager() function in v8::internal::wasm::WasmCodeManager1895 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 …]
856 friend class WasmCodeManager; variable1012 class V8_EXPORT_PRIVATE WasmCodeManager final {1014 WasmCodeManager();1015 WasmCodeManager(const WasmCodeManager&) = delete;1016 WasmCodeManager& operator=(const WasmCodeManager&) = delete;1018 ~WasmCodeManager();
443 V8_EXPORT_PRIVATE WasmCodeManager* GetWasmCodeManager();
848 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in CreateWasmScript()1647 WasmCodeManager code_manager;1676 WasmCodeManager* GetWasmCodeManager() { in GetWasmCodeManager()
120 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()2242 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in New()2244 wasm::WasmCodeManager::EstimateNativeModuleMetaDataSize(module); in New()
1937 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in CompileToNativeModule()2546 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in RunInBackground()2846 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in ProcessCodeSectionHeader()2950 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in OnFinishedStream()
876 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in DeserializeNativeModule()
6588 WasmCodeManager::EstimateLiftoffCodeSize(func_body_size); in ExecuteLiftoffCompilation()