Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateByteArray

2102 Object* Heap::AllocateByteArray(int length, PretenureFlag pretenure) {
2107 return AllocateByteArray(length);
2121 Object* Heap::AllocateByteArray(int length) {