Searched refs:BytecodeArraySize (Results 1 – 4 of 4) sorted by relevance
115 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray()
219 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
4241 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function4244 int size = BytecodeArraySize(); in SizeIncludingMetadata()4567 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()5472 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
4985 inline int BytecodeArraySize();