Searched refs:TryAllocate (Results 1 – 4 of 4) sorted by relevance
731 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::WasmCodeManager2215 code_space = TryAllocate(code_vmem_size); in NewNativeModule()
1080 V8_WARN_UNUSED_RESULT VirtualMemory TryAllocate(size_t size,
1112 void TryAllocate(const Class &cls, Label *failure, Register instance_reg,
3257 void Assembler::TryAllocate(const Class &cls, Label *failure, in TryAllocate() function in dart::Assembler