Searched refs:SizeFor (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/v8/src/
H A Ddata-flow.h67 data_length_(SizeFor(length)),
75 data_length_(SizeFor(length_)),
80 static int SizeFor(int length) { function in class:v8::internal::BitVector
H A Dobjects.h2449 static int SizeFor(int length) { return kHeaderSize + length * kPointerSize; } function in class:v8::internal::FixedArray
2452 static int OffsetOfElementAt(int index) { return SizeFor(index); }
2489 return SizeFor(reinterpret_cast<FixedArray*>(object)->length());
2528 inline static int SizeFor(int length) { function in class:v8::internal::FixedDoubleArray
2538 static int OffsetOfElementAt(int index) { return SizeFor(index); }
2752 inline static int SizeFor(const NumberOfEntries& small) { function in class:v8::internal::ConstantPoolArray
2763 int size = SizeFor(small);
4357 static int SizeFor(int length) { function in class:v8::internal::ByteArray
4380 return SizeFor(this->length());
4743 static inline int SizeFor(in function in class:v8::internal::FixedTypedArray
5253 static int SizeFor(int body_size) { function in class:v8::internal::Code
[all...]
H A Dobjects-inl.h2376 return RoundUp(SizeFor(NumberOfEntries(this, SMALL_SECTION)), kInt64Size);
2639 return SizeFor(small);
3515 return SizeFor(length());
3520 return SizeFor(length());
4269 return SeqOneByteString::SizeFor(
4280 return SeqTwoByteString::SizeFor(
4284 return FixedDoubleArray::SizeFor(
5164 return FixedArray::SizeFor(transitions()->length() +
H A Dfactory.cc1440 int obj_size = Code::SizeFor(body_size);
H A Dobjects.cc8878 old_size = SeqOneByteString::SizeFor(old_length);
8879 new_size = SeqOneByteString::SizeFor(new_length);
8882 old_size = SeqTwoByteString::SizeFor(old_length);
8883 new_size = SeqTwoByteString::SizeFor(new_length);
H A Dhydrogen.cc2597 ? FixedDoubleArray::SizeFor(capacity)
2598 : FixedArray::SizeFor(capacity);
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting.cc295 return FixedArray::SizeFor(Context::NEXT_CONTEXT_LINK);
319 HeapObject::RawField(context, FixedArray::SizeFor(index));
H A Dheap.cc2097 int object_size = FixedDoubleArray::SizeFor(length);
3202 int size = ByteArray::SizeFor(length);
3518 int new_obj_size = Code::SizeFor(new_body_size);
3824 size = SeqOneByteString::SizeFor(chars);
3827 size = SeqTwoByteString::SizeFor(chars);
3870 int size = SeqOneByteString::SizeFor(length);
3894 int size = SeqTwoByteString::SizeFor(length);
3914 int size = FixedArray::SizeFor(0);
3978 FixedArray::SizeFor(len) - kPointerSize);
4004 FixedDoubleArray::SizeFor(le
[all...]
H A Dheap-inl.h91 int size = SeqOneByteString::SizeFor(str.length());
123 int size = SeqTwoByteString::SizeFor(str.length());
H A Dobjects-visiting.h283 return FixedDoubleArray::SizeFor(length);
H A Dspaces.h164 static int SizeFor(int cells_count) { function in class:v8::internal::Bitmap
H A Dmark-compact.cc271 array->IterateBody(FIXED_ARRAY_TYPE, FixedArray::SizeFor(length),
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc67 static const int kLargeObjectSpaceFillerSize = FixedArray::SizeFor(
H A Dtest-heap.cc1626 int filler_size = static_cast<int>(FixedArray::SizeFor(8192));
1693 intptr_t number_of_fillers = (available / FixedArray::SizeFor(32)) - 1;
3114 CHECK_LE(hashtable->SizeFor(hashtable->length()), 13 * kPointerSize);
H A Dtest-heap-profiler.cc2278 CHECK_EQ(v8::internal::FixedArray::SizeFor(3),
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc3691 !(is_uint12(ConstantPoolArray::SizeFor(*small_entries())) &&
H A Dlithium-codegen-arm.cc5802 FieldMemOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1743 Allocate(SeqOneByteString::SizeFor(length), result, scratch1, scratch2,
H A Dlithium-codegen-ia32.cc5602 FieldOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc1706 Allocate(SeqOneByteString::SizeFor(length), result, scratch1, scratch2,
H A Dlithium-codegen-x87.cc6198 FieldOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc2892 __ Ldr(result, FieldMemOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc5812 FieldMemOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc5784 FieldOperand(result, FixedArray::SizeFor(instr->idx())));
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc5845 FieldMemOperand(result, FixedArray::SizeFor(instr->idx())));

Completed in 2232 milliseconds