OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SizeFor
(Results
1 - 16
of
16
) sorted by null
/external/v8/src/
data-flow.h
92
data_length_(
SizeFor
(length)),
100
data_length_(
SizeFor
(length_)),
105
static int
SizeFor
(int length) {
spaces-inl.h
513
ASSERT(string->address() + StringType::
SizeFor
(string->length()) ==
516
string->address() + StringType::
SizeFor
(length);
heap-inl.h
81
int size = SeqAsciiString::
SizeFor
(str.length());
114
int size = SeqTwoByteString::
SizeFor
(str.length());
heap.cc
[
all
...]
objects.h
[
all
...]
objects-inl.h
[
all
...]
runtime.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);
test-heap.cc
865
CHECK_EQ(bytes_to_allocate, FixedArray::
SizeFor
(n_elements));
[
all
...]
/external/v8/src/x64/
builtins-x64.cc
924
size += FixedArray::
SizeFor
(initial_capacity);
[
all
...]
code-stubs-x64.cc
167
int elements_size = (length_ > 0) ? FixedArray::
SizeFor
(length_) : 0;
[
all
...]
/external/v8/src/arm/
builtins-arm.cc
113
int size = JSArray::kSize + FixedArray::
SizeFor
(initial_capacity);
198
FixedArray::
SizeFor
(JSArray::kPreallocatedArrayElements);
[
all
...]
code-stubs-arm.cc
142
__ AllocateInNewSpace(FixedArray::
SizeFor
(length),
194
int elements_size = (length_ > 0) ? FixedArray::
SizeFor
(length_) : 0;
[
all
...]
/external/v8/src/ia32/
builtins-ia32.cc
860
size += FixedArray::
SizeFor
(initial_capacity);
[
all
...]
macro-assembler-ia32.cc
958
AllocateInNewSpace(SeqAsciiString::
SizeFor
(length),
[
all
...]
code-stubs-ia32.cc
174
int elements_size = (length_ > 0) ? FixedArray::
SizeFor
(length_) : 0;
[
all
...]
Completed in 985 milliseconds