Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc731 code_manager->TryAllocate(reserve_size, reinterpret_cast<void*>(hint)); in AllocateForCodeInRegion()
1991 VirtualMemory WasmCodeManager::TryAllocate(size_t size, void* hint) { in TryAllocate() function in v8::internal::wasm::WasmCodeManager
2215 code_space = TryAllocate(code_vmem_size); in NewNativeModule()
Dwasm-code-manager.h1080 V8_WARN_UNUSED_RESULT VirtualMemory TryAllocate(size_t size,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1112 void TryAllocate(const Class &cls, Label *failure, Register instance_reg,
Dassembler_arm.cc3257 void Assembler::TryAllocate(const Class &cls, Label *failure, in TryAllocate() function in dart::Assembler