Searched refs:localCount (Results 1 – 3 of 3) sorted by relevance
1681 FrameDetails.prototype.localCount = function() { method in FrameDetails1695 if (index >= 0 && index < this.localCount()) {1707 if (index >= 0 && index < this.localCount()) {1721 (this.argumentCount() + this.localCount()) * kFrameDetailsNameValueSize;1841 FrameMirror.prototype.localCount = function() { method in FrameMirror1842 return this.details_.localCount();2046 var locals_count = this.localCount();
1341 int localCount = count; in blitAntiH() local1347 localCount -= gap; in blitAntiH()1352 localCount -= right - fRight; in blitAntiH()1353 SkASSERT(localCount >= 0); in blitAntiH()1356 if (localCount) { in blitAntiH()1357 fBuilder->addRun(localX, y, *alpha, localCount); in blitAntiH()
1167 Local<Integer> localCount = code.getParameter(0, TypeId.INT); in testForLoop() local1180 code.compare(Comparison.LT, loopBody, localI, localCount); in testForLoop()