Lines Matching refs:SizeFor
2688 int size = ByteArray::SizeFor(length); in AllocateByteArray()
2706 int size = ByteArray::SizeFor(length); in AllocateByteArray()
2769 int obj_size = Code::SizeFor(body_size); in CreateCode()
2853 int new_obj_size = Code::SizeFor(new_body_size); in CopyCode()
3500 size = SeqAsciiString::SizeFor(chars); in AllocateInternalSymbol()
3506 size = SeqTwoByteString::SizeFor(chars); in AllocateInternalSymbol()
3538 int size = SeqAsciiString::SizeFor(length); in AllocateRawAsciiString()
3574 int size = SeqTwoByteString::SizeFor(length); in AllocateRawTwoByteString()
3605 int size = FixedArray::SizeFor(0); in AllocateEmptyFixedArray()
3626 int size = FixedArray::SizeFor(length); in AllocateRawFixedArray()
3644 FixedArray::SizeFor(len) - kPointerSize); in CopyFixedArrayWithMap()
3684 int size = FixedArray::SizeFor(length); in AllocateRawFixedArray()