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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.cpp113 JSObject* counterEntry = constructEmptyObject(exec); local
114 counterEntry->putDirect(exec->vm(), exec->propertyNames().origin, iter->key.toJS(exec));
115 counterEntry->putDirect(exec->vm(), exec->propertyNames().executionCount, jsNumber(iter->value->count()));
116 counters->push(exec, counterEntry);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNativeMemoryGraph.js199 _updateCurrentValue: function(counterEntry)
201 WebInspector.MemoryStatistics.prototype._updateCurrentValue.call(this, counterEntry);
202 this._privateBytesCounter.updateCurrentValue(counterEntry);
H A DMemoryStatistics.js351 _updateCurrentValue: function(counterEntry)
354 this._counterUI[j].updateCurrentValue(counterEntry);

Completed in 106 milliseconds