Home
last modified time | relevance | path

Searched refs:removeLast (Results 1 – 25 of 63) sorted by relevance

123

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp190 xStack.removeLast(); in processedChunk()
196 yStack.removeLast(); in processedChunk()
202 dxStack.removeLast(); in processedChunk()
208 dyStack.removeLast(); in processedChunk()
214 angleStack.removeLast(); in processedChunk()
220 baselineShiftStack.removeLast(); in processedChunk()
429 xStack.removeLast(); in xStackWalk()
446 yStack.removeLast(); in yStackWalk()
463 dxStack.removeLast(); in dxStackWalk()
480 dyStack.removeLast(); in dyStackWalk()
[all …]
/external/webkit/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp210 m_commonSizedAllocations.removeLast(); in coalesceFreeSpace()
217 freeListEntries.removeLast(); in coalesceFreeSpace()
224 m_commonSizedAllocations.removeLast(); in coalesceFreeSpace()
239 freeListEntries.removeLast(); in coalesceFreeSpace()
253 freeListEntries.removeLast(); in coalesceFreeSpace()
259 m_commonSizedAllocations.removeLast(); in coalesceFreeSpace()
319 m_commonSizedAllocations.removeLast(); in alloc()
/external/webkit/WebCore/bindings/js/
DSerializedScriptValue.cpp309 inputArrayStack.removeLast(); in walk()
310 outputArrayStack.removeLast(); in walk()
311 indexStack.removeLast(); in walk()
312 lengthStack.removeLast(); in walk()
375 inputObjectStack.removeLast(); in walk()
376 outputObjectStack.removeLast(); in walk()
377 indexStack.removeLast(); in walk()
378 propertyStack.removeLast(); in walk()
416 stateStack.removeLast(); in walk()
615 m_gcBuffer.removeLast(); in endArray()
[all …]
/external/webkit/JavaScriptCore/runtime/
DLiteralParser.cpp306 objectStack.removeLast(); in parse()
324 objectStack.removeLast(); in parse()
348 objectStack.removeLast(); in parse()
370 identifierStack.removeLast(); in parse()
377 objectStack.removeLast(); in parse()
450 stateStack.removeLast(); in parse()
DJSArray.h199 m_markSets.removeLast(); in drain()
208 m_markSets.removeLast(); in drain()
215 m_markSets.removeLast(); in drain()
220 markChildren(m_values.removeLast()); in drain()
DJSONObject.cpp446 m_holderStack.removeLast(); in appendStringifiedValue()
699 arrayStack.removeLast(); in walk()
700 indexStack.removeLast(); in walk()
767 objectStack.removeLast(); in walk()
768 indexStack.removeLast(); in walk()
769 propertyStack.removeLast(); in walk()
818 stateStack.removeLast(); in walk()
DArgList.h124 void removeLast() in removeLast() function
128 m_vector.removeLast(); in removeLast()
DJSString.cpp60 workQueue.removeLast(); in destructNonRecursive()
137 workQueue.removeLast(); in resolveRope()
DMarkStack.h131 inline T removeLast() in removeLast() function
/external/webkit/JavaScriptCore/parser/
DParserArena.cpp78 void ParserArena::removeLast() in removeLast() function in JSC::ParserArena
80 m_refCountedObjects.removeLast(); in removeLast()
DNodes.cpp124 node->data()->m_arena.removeLast(); in create()
142 node->data()->m_arena.removeLast(); in create()
189 node->data()->m_arena.removeLast(); in create()
DParserArena.h100 void removeLast();
/external/webkit/JavaScriptCore/wtf/
DSegmentedVector.h158 void removeLast() in removeLast() function
161 m_inlineSegment.removeLast(); in removeLast()
163 segmentFor(m_size - 1)->removeLast(); in removeLast()
/external/webkit/WebCore/platform/
DDeprecatedPtrList.h55 bool removeLast() { return impl.removeLast(del_item); } in removeLast() function
DTimer.cpp236 timerHeap().removeLast(); in heapDelete()
244 timerHeap().removeLast(); in heapDeleteMin()
DDeprecatedPtrListImpl.h52 bool removeLast(bool deleteItem);
/external/webkit/WebCore/history/
DBackForwardList.cpp71 m_entries.removeLast(); in addItem()
183 m_entries.removeLast(); in setCapacity()
/external/webkit/WebKit/android/nav/
DCachedFrame.h128 void removeLast() { mCachedNodes.removeLast(); } in removeLast() function
/external/webkit/WebCore/platform/win/
DWCDataObject.cpp367 m_formats.removeLast(); in clearData()
372 m_medium.removeLast(); in clearData()
/external/nist-sip/java/javax/sip/message/
DMessage.java24 void removeLast(String headerName) throws NullPointerException; in removeLast() method
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp515 m_calleeRegisters.removeLast(); in newTemporary()
534 m_labelScopes.removeLast(); in newLabelScope()
546 m_labels.removeLast(); in newLabel()
1634 m_scopeContextStack.removeLast(); in emitPopScope()
1663 m_scopeContextStack.removeLast(); in popFinallyContext()
1679 m_labelScopes.removeLast(); in breakTarget()
1713 m_labelScopes.removeLast(); in continueTarget()
1982 m_switchContextStack.removeLast(); in endSwitch()
/external/jdiff/src/jdiff/
DCommentsHandler.java184 String currentHTMLTag = (String)(tagStack.removeLast()); in addEndTagToText()
/external/webkit/WebCore/inspector/
DInspectorTimelineAgent.cpp227 m_recordStack.removeLast(); in didCompleteCurrentRecord()
/external/webkit/WebCore/platform/graphics/
DPathTraversalState.cpp143 curveStack.removeLast(); in curveLength()
/external/webkit/WebCore/dom/
DEventTarget.cpp299 d->firingEventIterators.removeLast(); in fireEventListeners()

123