Searched refs:BytecodeArraySize (Results 1 – 5 of 5) sorted by relevance
119 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray()
212 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
4064 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function4385 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()
4386 inline int BytecodeArraySize();
743 CHECK_GE(array->address() + array->BytecodeArraySize(), in TEST()