Home
last modified time | relevance | path

Searched refs:TryAllocate (Results 1 – 10 of 10) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-code-manager.cc649 wasm_code_manager_->TryAllocate(size, &new_mem, in AllocateForCode()
882 void WasmCodeManager::TryAllocate(size_t size, VirtualMemory* ret, void* hint) { in TryAllocate() function in v8::internal::wasm::WasmCodeManager
923 TryAllocate(size_estimate, &mem); in NewNativeModule()
H A Dwasm-code-manager.h403 void TryAllocate(size_t size, VirtualMemory*, void* hint = nullptr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-code-manager.h791 V8_WARN_UNUSED_RESULT VirtualMemory TryAllocate(size_t size,
H A Dwasm-code-manager.cc600 code_manager_->TryAllocate(reserve_size, reinterpret_cast<void*>(hint)); in AllocateForCodeInRegion()
1551 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) { in TryAllocate() function in v8::internal::wasm::WasmCodeManager
1722 code_space = TryAllocate(code_vmem_size); in NewNativeModule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-code-manager.cc653 code_manager_->TryAllocate(reserve_size, reinterpret_cast<void*>(hint)); in AllocateForCodeInRegion()
1655 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) { in TryAllocate() function in v8::internal::wasm::WasmCodeManager
1830 code_space = TryAllocate(code_vmem_size); in NewNativeModule()
H A Dwasm-code-manager.h850 V8_WARN_UNUSED_RESULT VirtualMemory TryAllocate(size_t size,
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-code-manager.cc736 code_manager->TryAllocate(reserve_size, reinterpret_cast<void*>(hint)); in AllocateForCodeInRegion()
1983 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) { in TryAllocate() function in v8::internal::wasm::WasmCodeManager
2190 code_space = TryAllocate(code_vmem_size); in NewNativeModule()
H A Dwasm-code-manager.h1060 V8_WARN_UNUSED_RESULT VirtualMemory TryAllocate(size_t size,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1112 void TryAllocate(const Class &cls, Label *failure, Register instance_reg,
H A Dassembler_arm.cc3257 void Assembler::TryAllocate(const Class &cls, Label *failure, in TryAllocate() function in dart::Assembler