Lines Matching refs:SizeFor
3053 int size = ByteArray::SizeFor(length); in AllocateByteArray()
3078 int size = BytecodeArray::SizeFor(length); in AllocateBytecodeArray()
3251 int new_size = ByteArray::SizeFor(len - elements_to_trim); in RightTrimFixedArray()
3252 bytes_to_trim = ByteArray::SizeFor(len) - new_size; in RightTrimFixedArray()
3452 int size = BytecodeArray::SizeFor(bytecode_array->length()); in CopyBytecodeArray()
3720 size = SeqOneByteString::SizeFor(chars); in AllocateInternalizedStringImpl()
3723 size = SeqTwoByteString::SizeFor(chars); in AllocateInternalizedStringImpl()
3765 int size = SeqOneByteString::SizeFor(length); in AllocateRawOneByteString()
3789 int size = SeqTwoByteString::SizeFor(length); in AllocateRawTwoByteString()
3809 int size = FixedArray::SizeFor(0); in AllocateEmptyFixedArray()
3822 int size = FixedArray::SizeFor(0); in AllocateEmptyScopeInfo()
3930 FixedArray::SizeFor(len) - kPointerSize); in CopyFixedArrayWithMap()
3952 FixedDoubleArray::SizeFor(len) - FixedDoubleArray::kLengthOffset); in CopyFixedDoubleArrayWithMap()
3962 int size = FixedArray::SizeFor(length); in AllocateRawFixedArray()
4037 int size = FixedDoubleArray::SizeFor(length); in AllocateRawFixedDoubleArray()
5149 FixedArray::SizeFor(JSArray::kInitialMaxFastElementArray) + in ConfigureHeap()