Home
last modified time | relevance | path

Searched refs:ByteArraySize (Results 1 – 8 of 8) 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()
/external/chromium_org/v8/src/
Dobjects-visiting.h317 return reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in INLINE()
Dobjects-inl.h3525 return reinterpret_cast<ByteArray*>(this)->ByteArraySize(); in SizeFromMap()
Dheap.cc2336 int object_size = reinterpret_cast<ByteArray*>(object)->ByteArraySize(); in EvacuateByteArray()
Dobjects.h4489 inline int ByteArraySize() { in ByteArraySize() function