Searched refs:ByteArraySize (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/objects/ | ||
D | fixed-array.h | 511 inline int ByteArraySize(); |
D | fixed-array-inl.h | 384 int ByteArray::ByteArraySize() { return SizeFor(this->length()); } in ByteArraySize() function |