Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h115 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray()
/external/v8/src/
Dobjects-body-descriptors-inl.h219 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
Dobjects-inl.h4241 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function
4244 int size = BytecodeArraySize(); in SizeIncludingMetadata()
4567 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()
5472 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
Dobjects.h4985 inline int BytecodeArraySize();