Searched refs:AllocateForCode (Results 1 – 2 of 2) sorted by relevance
705 base::Vector<byte> WasmCodeAllocator::AllocateForCode( in AllocateForCode() function in v8::internal::wasm::WasmCodeAllocator1101 code_allocator_.AllocateForCode(this, instructions.size()); in AddCodeForTesting()1200 code_space = code_allocator_.AllocateForCode(this, desc.instr_size); in AddCode()1414 code_allocator_.AllocateForCode(this, total_code_size); in AllocateForDeserializedCode()2316 code_space = code_allocator_.AllocateForCode(this, total_code_space); in AddCompiledCode()
542 base::Vector<byte> AllocateForCode(NativeModule*, size_t size);