Home
last modified time | relevance | path

Searched refs:FixedArrayLengthForSlotCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Ddebug-objects.h234 static int FixedArrayLengthForSlotCount(int slot_count) { in FixedArrayLengthForSlotCount() function
/external/v8/src/heap/
Dfactory.cc3652 const int length = CoverageInfo::FixedArrayLengthForSlotCount(slot_count); in NewCoverageInfo()