Home
last modified time | relevance | path

Searched refs:ByteArraySize (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dscavenger.cc294 int object_size = reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in EvacuateByteArray()
Dobjects-visiting.h284 return reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in INLINE()
/external/v8/src/
Dobjects-inl.h3979 int ByteArray::ByteArraySize() { return SizeFor(this->length()); } in ByteArraySize() function
4393 return reinterpret_cast<ByteArray*>(this)->ByteArraySize(); in SizeFromMap()
Dobjects.h4428 inline int ByteArraySize();