Searched refs:BytecodeArraySize (Results 1 – 3 of 3) sorted by relevance
221 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
4070 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function4073 int size = BytecodeArraySize(); in SizeIncludingMetadata()4396 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()5304 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
4535 inline int BytecodeArraySize();