Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h119 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray()
/external/v8/src/
Dobjects-body-descriptors-inl.h212 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf()
Dobjects-inl.h4064 int BytecodeArray::BytecodeArraySize() { return SizeFor(this->length()); } in BytecodeArraySize() function
4385 return reinterpret_cast<BytecodeArray*>(this)->BytecodeArraySize(); in SizeFromMap()
Dobjects.h4386 inline int BytecodeArraySize();
/external/v8/test/cctest/heap/
Dtest-heap.cc743 CHECK_GE(array->address() + array->BytecodeArraySize(), in TEST()