Home | History | Annotate | Download | only in heap

Lines Matching refs:ByteArray

556     if (!AllocateRaw(ByteArray::SizeFor(0), RO_SPACE).To(&obj)) return false;
558 ByteArray::cast(obj)->set_length(0);
559 set_empty_byte_array(ByteArray::cast(obj));