Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-visiting.h293 return reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in VisitByteArray()
Dobjects-inl.h2758 return reinterpret_cast<ByteArray*>(this)->ByteArraySize(); in SizeFromMap()
Dobjects.h3580 inline int ByteArraySize() { in ByteArraySize() function
Dheap.cc1721 int object_size = reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in EvacuateByteArray()