Home
last modified time | relevance | path

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

1234

/external/webkit/Source/JavaScriptCore/heap/
DMarkStack.cpp107 m_markSets.removeLast(); in drain()
116 m_markSets.removeLast(); in drain()
123 m_markSets.removeLast(); in drain()
128 markChildren(m_values.removeLast()); in drain()
/external/webkit/Source/JavaScriptCore/runtime/
DLiteralParser.cpp313 objectStack.removeLast(); in parse()
331 objectStack.removeLast(); in parse()
355 objectStack.removeLast(); in parse()
377 identifierStack.removeLast(); in parse()
384 objectStack.removeLast(); in parse()
457 stateStack.removeLast(); in parse()
DArgList.h125 void removeLast() in removeLast() function
129 m_vector.removeLast(); in removeLast()
DRopeImpl.cpp56 workQueue.removeLast(); in destructNonRecursive()
DJSONObject.cpp435 m_holderStack.removeLast(); in appendStringifiedValue()
680 indexStack.removeLast(); in walk()
744 indexStack.removeLast(); in walk()
745 propertyStack.removeLast(); in walk()
794 stateStack.removeLast(); in walk()
/external/webkit/Source/JavaScriptCore/parser/
DParserArena.cpp79 void ParserArena::removeLast() in removeLast() function in JSC::ParserArena
81 m_refCountedObjects.removeLast(); in removeLast()
DNodes.cpp125 node->data()->m_arena.removeLast(); in create()
143 node->data()->m_arena.removeLast(); in create()
190 node->data()->m_arena.removeLast(); in create()
DSyntaxChecker.h44 m_context->m_topBinaryExprs.removeLast(); in ~BinaryExprContext()
59 m_context->m_topUnaryTokens.removeLast(); in ~UnaryExprContext()
DParserArena.h102 void removeLast();
/external/webkit/Source/JavaScriptCore/wtf/
DBlockStack.h83 m_blocks.removeLast(); in shrink()
87 m_blocks.removeLast(); in shrink()
DSegmentedVector.h158 void removeLast() in removeLast() function
161 m_inlineSegment.removeLast(); in removeLast()
163 segmentFor(m_size - 1)->removeLast(); in removeLast()
/external/webkit/Source/WebCore/bindings/js/
DSerializedScriptValue.cpp651 inputArrayStack.removeLast(); in serialize()
652 indexStack.removeLast(); in serialize()
653 lengthStack.removeLast(); in serialize()
706 inputObjectStack.removeLast(); in serialize()
707 indexStack.removeLast(); in serialize()
708 propertyStack.removeLast(); in serialize()
751 stateStack.removeLast(); in serialize()
1236 outputArrayStack.removeLast(); in deserialize()
1253 indexStack.removeLast(); in deserialize()
1280 outputObjectStack.removeLast(); in deserialize()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectManager.java99 objects.removeLast(); in update()
123 mInactiveObjects.removeLast(); in update()
DObjectPool.java47 Object result = mAvailable.removeLast(); in allocate()
/external/webkit/Source/WebCore/platform/
DTimer.cpp236 timerHeap().removeLast(); in heapDelete()
244 timerHeap().removeLast(); in heapDeleteMin()
/external/webkit/Source/WebCore/history/
DBackForwardListImpl.cpp71 m_entries.removeLast(); in addItem()
188 m_entries.removeLast(); in setCapacity()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPlatformContextCairo.cpp46 m_maskImageStack.removeLast(); in restore()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGScoreBoard.h75 m_free.removeLast(); in allocate()
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DWebPluginSiteDataManager.cpp59 m_plugins.removeLast(); in getSitesWithDataForNextPlugin()
97 m_plugins.removeLast(); in clearSiteDataForNextPlugin()
/external/webkit/Source/WebCore/inspector/
DInjectedScriptHost.cpp111 m_inspectedNodes.removeLast(); in addInspectedNode()
/external/nist-sip/java/javax/sip/message/
DMessage.java24 void removeLast(String headerName) throws NullPointerException; in removeLast() method
/external/webkit/Source/WebCore/html/parser/
DHTMLFormattingElementList.cpp113 m_entries.removeLast(); in clearToLastMarker()
/external/webkit/Source/WebCore/platform/win/
DWCDataObject.cpp382 m_formats.removeLast(); in clearData()
387 m_medium.removeLast(); in clearData()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp360 webKitWin->m_impl->undoStack.removeLast(); in undo()
373 webKitWin->m_impl->redoStack.removeLast(); in redo()
/external/webkit/Source/WebCore/fileapi/
DDOMFilePath.cpp102 canonicalized.removeLast(); in removeExtraParentReferences()

1234