Home
last modified time | relevance | path

Searched defs:SizeFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Ddata-flow.h80 static int SizeFor(int length) { in SizeFor() function
Dobjects.h2449 static int SizeFor(int length) { return kHeaderSize + length * kPointerSize; } in SizeFor() function
2528 inline static int SizeFor(int length) { in SizeFor() function
2752 inline static int SizeFor(const NumberOfEntries& small) { in SizeFor() function
4357 static int SizeFor(int length) { in SizeFor() function
4743 static inline int SizeFor(int length) { in SizeFor() function
5253 static int SizeFor(int body_size) { in SizeFor() function
8974 static int SizeFor(int length) { in SizeFor() function
9013 static int SizeFor(int length) { in SizeFor() function
/external/chromium_org/v8/src/heap/
Dspaces.h164 static int SizeFor(int cells_count) { in SizeFor() function