Searched refs:framesCount (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dheap-profiler.cc1151 int framesCount = 0; local
1153 ++framesCount;
1155 if (framesCount == 0) return;
1156 ++framesCount; // Reserve place for the terminator item.
1157 Vector<Address> stack(NewArray<Address>(framesCount), framesCount); local

Completed in 36 milliseconds