HomeSort by relevance Sort by last modified time
    Searched refs:SizeFor (Results 1 - 25 of 28) 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...]
factory.cc     [all...]
  /external/v8/src/heap/
objects-visiting.cc 289 return FixedArray::SizeFor(Context::NEXT_CONTEXT_LINK);
326 HeapObject::RawField(context, FixedArray::SizeFor(index));
scavenger.cc 253 int object_size = FixedArray::SizeFor(length);
262 int object_size = FixedDoubleArray::SizeFor(length);
heap.cc     [all...]
objects-visiting.h 271 return FixedDoubleArray::SizeFor(length);
heap-inl.h 127 int size = SeqOneByteString::SizeFor(str.length());
158 int size = SeqTwoByteString::SizeFor(str.length());
spaces.h 164 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/test/unittests/compiler/
js-typed-lowering-unittest.cc     [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 62 ? FixedArray::SizeFor(length)
63 : FixedDoubleArray::SizeFor(length);
    [all...]
  /external/v8/src/snapshot/
serialize.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/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]

Completed in 792 milliseconds

1 2