Home | History | Annotate | Download | only in heap

Lines Matching refs:SizeFor

3043   int size = ByteArray::SizeFor(length);
3068 int size = BytecodeArray::SizeFor(length);
3225 int new_size = ByteArray::SizeFor(len - elements_to_trim);
3226 bytes_to_trim = ByteArray::SizeFor(len) - new_size;
3407 int size = BytecodeArray::SizeFor(bytecode_array->length());
3673 size = SeqOneByteString::SizeFor(chars);
3676 size = SeqTwoByteString::SizeFor(chars);
3718 int size = SeqOneByteString::SizeFor(length);
3742 int size = SeqTwoByteString::SizeFor(length);
3762 int size = FixedArray::SizeFor(0);
3865 FixedArray::SizeFor(len) - kPointerSize);
3890 FixedDoubleArray::SizeFor(len) - FixedDoubleArray::kLengthOffset);
3900 int size = FixedArray::SizeFor(length);
3968 int size = FixedDoubleArray::SizeFor(length);
4959 FixedArray::SizeFor(JSArray::kInitialMaxFastElementArray) +