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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRegisterSet.h71 setBit(GPRInfo::toIndex(reg));
82 clearBit(GPRInfo::toIndex(reg));
87 return getBit(GPRInfo::toIndex(reg));
108 setBit(GPRInfo::numberOfRegisters + FPRInfo::toIndex(reg));
119 clearBit(GPRInfo::numberOfRegisters + FPRInfo::toIndex(reg));
124 return getBit(GPRInfo::numberOfRegisters + FPRInfo::toIndex(reg));
H A DDFGRegisterBank.h144 unsigned index = BankInfo::toIndex(reg);
158 unsigned index = BankInfo::toIndex(reg);
176 releaseAtIndex(BankInfo::toIndex(reg));
182 unsigned index = BankInfo::toIndex(reg);
190 unsigned index = BankInfo::toIndex(reg);
198 return isLockedAtIndex(BankInfo::toIndex(reg));
205 return nameAtIndex(BankInfo::toIndex(reg));
H A DDFGFPRInfo.h76 static unsigned toIndex(FPRReg reg) function in class:JSC::DFG::FPRInfo
142 static unsigned toIndex(FPRReg reg) function in class:JSC::DFG::FPRInfo
196 static unsigned toIndex(FPRReg reg)
H A DDFGCPSRethreadingPhase.cpp79 unsigned toIndex = 0; local
108 block->at(toIndex++) = node;
110 block->resize(toIndex);
H A DDFGGPRInfo.h290 static unsigned toIndex(GPRReg reg)
361 static unsigned toIndex(GPRReg reg)
434 static unsigned toIndex(GPRReg reg)
501 static unsigned toIndex(GPRReg reg)
H A DDFGOSRExitCompiler64.cpp364 GPRReg gpr = GPRInfo::toRegister(FPRInfo::toIndex(fpr));
375 GPRReg gpr = GPRInfo::toRegister(FPRInfo::toIndex(recovery.fpr()));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DObjectPropertiesSection.js624 * @param {number} toIndex
627 WebInspector.ArrayGroupingTreeElement = function(object, fromIndex, toIndex, propertyCount)
629 TreeElement.call(this, String.sprintf("[%d \u2026 %d]", fromIndex, toIndex), undefined, true);
631 this._toIndex = toIndex;
645 * @param {number} toIndex
647 WebInspector.ArrayGroupingTreeElement._populateArray = function(treeElement, object, fromIndex, toIndex)
649 WebInspector.ArrayGroupingTreeElement._populateRanges(treeElement, object, fromIndex, toIndex, true);
656 * @param {number} toIndex
659 WebInspector.ArrayGroupingTreeElement._populateRanges = function(treeElement, object, fromIndex, toIndex, topLevel)
661 object.callFunctionJSON(packRanges, [{value: fromIndex}, {value: toIndex}, {valu
[all...]
H A DAdvancedSearchController.js541 var toIndex = Math.min(searchResult.searchMatches.length, WebInspector.FileBasedSearchResultsPane.fileMatchesShownAtOnce);
542 if (toIndex < searchResult.searchMatches.length) {
543 this._appendSearchMatches(fileTreeElement, searchResult, 0, toIndex - 1);
544 this._appendShowMoreMatchesElement(fileTreeElement, searchResult, toIndex - 1);
546 this._appendSearchMatches(fileTreeElement, searchResult, 0, toIndex);
555 * @param {number} toIndex
557 _appendSearchMatches: function(fileTreeElement, searchResult, fromIndex, toIndex)
563 for (var i = fromIndex; i < toIndex; ++i) {
H A DCanvasProfileView.js384 * @param {number} toIndex not inclusive
386 _appendCallNodesToFrameNode: function(frameNode, callNodes, fromIndex, toIndex)
431 for (var i = fromIndex; i < toIndex; ++i) {
H A DDefaultTextEditor.js963 * @param {number} toIndex
965 expandChunks: function(fromIndex, toIndex)
970 for (var i = toIndex; i < this._textChunks.length; ++i)
972 for (var i = fromIndex; i < toIndex; ++i)
2036 * @param {number} toIndex
2038 expandChunks: function(fromIndex, toIndex)
2040 var lastChunk = this._textChunks[toIndex - 1];
2049 WebInspector.TextEditorChunkedPanel.prototype.expandChunks.call(this, fromIndex, toIndex);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DPreciseJumpTargets.cpp114 unsigned toIndex = 0; local
121 out[toIndex++] = value;
124 out.resize(toIndex);
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkManager.h57 MODULE_SCOPE void Ttk_ReorderSlave(Ttk_Manager *, int fromIndex, int toIndex);
H A DttkManager.c492 /* ++ Ttk_ReorderSlave(mgr, fromIndex, toIndex) --
495 void Ttk_ReorderSlave(Ttk_Manager *mgr, int fromIndex, int toIndex) argument
500 while (fromIndex > toIndex) {
505 while (fromIndex < toIndex) {
509 /* ASSERT: fromIndex == toIndex */
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredList.java495 * fromIndex, inclusive, and toIndex, exclusive.
502 public List subList(int fromIndex, int toIndex) { argument
504 if (fromIndex < 0 || fromIndex > toIndex) {
511 new Long(toIndex), false,
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptCanvasModuleSource.js2473 * @param {number=} toIndex
2476 _removeCallsFromLog: function(functionNames, fromIndex, toIndex)
2479 if (typeof toIndex !== "number")
2480 toIndex = oldLength;
2482 toIndex = Math.min(toIndex, oldLength);
2484 for (var i = newIndex; i < toIndex; ++i) {
2489 if (newIndex >= toIndex)
2491 this._calls.splice(newIndex, toIndex - newIndex);
3044 var toIndex
[all...]
H A DInspectorDOMAgent.cpp1021 void InspectorDOMAgent::getSearchResults(ErrorString* errorString, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >& nodeIds) argument
1030 if (fromIndex < 0 || toIndex > size || fromIndex >= toIndex) {
1036 for (int i = fromIndex; i < toIndex; ++i)
H A DInspectorDOMAgent.h138 virtual void getSearchResults(ErrorString*, const String& searchId, int fromIndex, int toIndex, RefPtr<TypeBuilder::Array<int> >&);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp1111 unsigned toIndex = forwards; local
1114 const TransformAnimationValue& endValue = static_cast<const TransformAnimationValue&>(valueList.at(toIndex));
1325 unsigned toIndex = forwards; local
1330 basicAnim->setToValue(static_cast<const FloatAnimationValue&>(valueList.at(toIndex)).value());
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkText.c1429 TkTextIndex toIndex;
1454 TkTextIndexForwBytes(indexPtr, (int) strlen(string), &toIndex);
1455 TkTextPrintIndex(&toIndex, indexBuffer);
1466 TkTextPrintIndex(&toIndex, indexBuffer);
1420 TkTextIndex toIndex; local
1445 TkTextIndexForwBytes(indexPtr, (int) strlen(string), &toIndex); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp2290 unsigned toIndex = forwards; local
2295 basicAnim->setToValue(static_cast<const FloatAnimationValue&>(valueList.at(toIndex)).value());
2354 unsigned toIndex = forwards; local
2357 const TransformAnimationValue& endValue = static_cast<const TransformAnimationValue&>(valueList.at(toIndex));
2481 unsigned toIndex = forwards; local
2484 const FilterAnimationValue& toValue = static_cast<const FilterAnimationValue&>(valueList.at(toIndex));
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkText.c2587 TkTextIndex toIndex;
2596 TkTextIndexForwBytes(textPtr, indexPtr, length, &toIndex);
2597 TextPushUndoAction(textPtr, stringPtr, 1, indexPtr, &toIndex);
2573 TkTextIndex toIndex; local
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim5077 \ 'SDO_Sequence::move(': 'int toIndex, int fromIndex | void',

Completed in 421 milliseconds