Home | History | Annotate | Download | only in heap

Lines Matching defs:byte_array

6474   ByteArray* byte_array;
6479 while (heap->AllocateByteArray(M, TENURED).To(&byte_array)) {
6481 byte_array->set(j, 0x31);
6504 ByteArray* byte_array;
6505 while (heap->AllocateByteArray(M).To(&byte_array)) {
6507 byte_array->set(j, 0x31);
6510 handle(byte_array);