Searched refs:AllocateByteArray (Results 1 – 4 of 4) sorted by relevance
13 extern macro CodeStubAssembler::AllocateByteArray(uintptr): ByteArray;33 elements = AllocateByteArray(byteLength);
214 F(AllocateByteArray, 1, 1) \
1892 TNode<ByteArray> AllocateByteArray(
3490 TNode<ByteArray> CodeStubAssembler::AllocateByteArray(TNode<UintPtrT> length, in AllocateByteArray() function in v8::internal::CodeStubAssembler