Home
last modified time | relevance | path

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

/external/v8/src/
Dbit-vector.h80 static int SizeFor(int length) { in SizeFor() function
Dobjects.h2876 static int SizeFor(int length) { return kHeaderSize + length * kPointerSize; } in SizeFor() function
2943 inline static int SizeFor(int length) { in SizeFor() function
4874 static int SizeFor(int length) { in SizeFor() function
4942 static int SizeFor(int length) { in SizeFor() function
5692 static int SizeFor(int body_size) { in SizeFor() function
10034 static int SizeFor(int length) { in SizeFor() function
10073 static int SizeFor(int length) { in SizeFor() function
/external/v8/src/heap/
Dmarking.h69 static int SizeFor(int cells_count) { in SizeFor() function