Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-body-descriptors-inl.h221 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
Dobjects-inl.h4070 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function
4073 int size = BytecodeArraySize(); in SizeIncludingMetadata()
4396 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()
5304 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
Dobjects.h4535 inline int BytecodeArraySize();