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

1 2

  /external/v8/src/
data-flow.h 90 data_length_(SizeFor(length)),
98 data_length_(SizeFor(length_)),
103 static int SizeFor(int length) {
spaces-inl.h 325 ASSERT(string->address() + StringType::SizeFor(string->length()) ==
329 string->address() + StringType::SizeFor(length);
json-parser.h 539 int string_size = StringType::SizeFor(count);
540 int allocated_string_size = StringType::SizeFor(length);
objects-visiting.h 298 return FixedDoubleArray::SizeFor(length);
heap-inl.h 114 int size = SeqAsciiString::SizeFor(str.length());
148 int size = SeqTwoByteString::SizeFor(str.length());
heap.cc     [all...]
objects.h     [all...]
objects-inl.h     [all...]
spaces.h 190 static int SizeFor(int cells_count) {
    [all...]
hydrogen.cc     [all...]
  /external/v8/test/cctest/
test-alloc.cc 44 static const int kNewSpaceFillerSize = ByteArray::SizeFor(0);
69 static const int kOldDataSpaceFillerSize = ByteArray::SizeFor(0);
78 static const int kOldPointerSpaceFillerSize = FixedArray::SizeFor(
89 static const int kLargeObjectSpaceFillerSize = FixedArray::SizeFor(
test-heap.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
builtins-ia32.cc     [all...]
code-stubs-ia32.cc 173 __ AllocateInNewSpace(FixedArray::SizeFor(length),
249 ? FixedDoubleArray::SizeFor(length)
250 : FixedArray::SizeFor(length);
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
builtins-x64.cc     [all...]
code-stubs-x64.cc 167 __ AllocateInNewSpace(FixedArray::SizeFor(length),
236 ? FixedDoubleArray::SizeFor(length)
237 : FixedArray::SizeFor(length);
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
builtins-arm.cc 123 size += FixedArray::SizeFor(initial_capacity);
    [all...]
code-stubs-arm.cc 148 __ AllocateInNewSpace(FixedArray::SizeFor(length),
198 __ AllocateInNewSpace(FixedArray::SizeFor(length),
267 ? FixedDoubleArray::SizeFor(length)
268 : FixedArray::SizeFor(length);
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]
builtins-mips.cc 127 size += FixedArray::SizeFor(initial_capacity);
    [all...]
code-stubs-mips.cc 150 __ AllocateInNewSpace(FixedArray::SizeFor(length),
199 __ AllocateInNewSpace(FixedArray::SizeFor(length),
265 ? FixedDoubleArray::SizeFor(length)
266 : FixedArray::SizeFor(length);
    [all...]

Completed in 77 milliseconds

1 2