Searched refs:BytecodeArraySize (Results 1 – 5 of 5) sorted by relevance
217 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
4071 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function4074 int size = BytecodeArraySize(); in SizeIncludingMetadata()4397 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()5259 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
4476 inline int BytecodeArraySize();
112 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray()
783 CHECK_GE(array->address() + array->BytecodeArraySize(), in TEST()