HomeSort by relevance Sort by last modified time
    Searched refs:SizeFor (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/
bit-vector.h 67 data_length_(SizeFor(length)),
75 data_length_(SizeFor(length_)),
80 static int SizeFor(int length) {
objects.h     [all...]
objects-inl.h     [all...]
code-stub-assembler.cc 708 Node* result = Allocate(SeqOneByteString::SizeFor(length));
761 Node* result = Allocate(SeqTwoByteString::SizeFor(length));
    [all...]
factory.cc     [all...]
  /external/v8/test/unittests/compiler/
js-create-lowering-unittest.cc 166 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor(
186 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor(
207 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor(
  /external/v8/src/heap/
objects-visiting.cc 294 return FixedArray::SizeFor(Context::NEXT_CONTEXT_LINK);
331 HeapObject::RawField(context, FixedArray::SizeFor(index));
scavenger.cc 258 int object_size = FixedArray::SizeFor(length);
266 int object_size = FixedDoubleArray::SizeFor(length);
objects-visiting.h 282 return FixedDoubleArray::SizeFor(length);
heap.cc     [all...]
heap-inl.h 131 int size = SeqOneByteString::SizeFor(str.length());
162 int size = SeqTwoByteString::SizeFor(str.length());
spaces.h 170 static int SizeFor(int cells_count) {
    [all...]
  /external/v8/test/cctest/heap/
test-alloc.cc 64 static const int kLargeObjectSpaceFillerSize = FixedArray::SizeFor(
test-heap.cc     [all...]
  /external/v8/src/snapshot/
serializer.cc 376 allocation_size = SeqOneByteString::SizeFor(length);
383 allocation_size = SeqTwoByteString::SizeFor(length);
  /external/v8/src/compiler/
js-create-lowering.cc 66 ? FixedArray::SizeFor(length)
67 : FixedDoubleArray::SizeFor(length);
    [all...]
effect-control-linearizer.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]

Completed in 600 milliseconds

1 2