HomeSort by relevance Sort by last modified time
    Searched defs:rope (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.cpp 55 RopeImpl* rope = workQueue.last(); local
57 rope->derefFibersNonRecursive(workQueue);
58 delete rope;
JSString.cpp 37 // Overview: this methods converts a JSString from holding a string in rope form
40 // representing the rope is likely imbalanced with more nodes down the left side
46 // rope-of-ropes.)
77 RopeImpl* rope = static_cast<RopeImpl*>(currentFiber); local
78 // Copy the contents of the current rope into the workQueue, with the last item in 'currentFiber'
79 // (we will be working backwards over the rope).
80 unsigned fiberCountMinusOne = rope->fiberCount() - 1;
82 workQueue.append(rope->fibers()[i]);
83 currentFiber = rope->fibers()[fiberCountMinusOne];
92 // Create a string from the UChar buffer, clear the rope RefPtr
    [all...]
JSString.h 177 RopeImpl* rope = static_cast<RopeImpl*>(fiber); local
180 m_workQueue.append(WorkItem(rope->fibers(), rope->fiberCount()));
214 JSString(JSGlobalData* globalData, PassRefPtr<RopeImpl> rope)
216 , m_length(rope->length())
219 m_other.m_fibers[0] = rope.leakRef();
  /external/stlport/stlport/stl/
_rope.h 27 // rope<_CharT,_Alloc> is a sequence of _CharT.
91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>,
123 rope<_CharT,_Alloc> > {
124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x,
125 const rope<_CharT,_Alloc>& __y) {
132 rope<_CharT,_Alloc>
134 { return rope<_CharT,_Alloc>();
1083 class rope class in inherits:__stlport_class
1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope
1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope
1367 rope(const _CharT* __s, size_t __len, function in class:rope
1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope
1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope
1386 rope(const iterator& __s, const iterator& __e, function in class:rope
1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope
1405 rope(size_t __n, _CharT __c, function in class:rope
1464 rope(const allocator_type& __a = allocator_type()) function in class:rope
1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope
1475 rope(const _Self& __x) function in class:rope
1481 rope(__move_source<_Self> __src) function in class:rope
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 27 // rope<_CharT,_Alloc> is a sequence of _CharT.
91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>,
123 rope<_CharT,_Alloc> > {
124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x,
125 const rope<_CharT,_Alloc>& __y) {
132 rope<_CharT,_Alloc>
134 { return rope<_CharT,_Alloc>();
1083 class rope class in inherits:__stlport_class
1283 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope
1363 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope
1367 rope(const _CharT* __s, size_t __len, function in class:rope
1375 rope(const _CharT *__s, const _CharT *__e, function in class:rope
1380 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope
1386 rope(const iterator& __s, const iterator& __e, function in class:rope
1392 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope
1405 rope(size_t __n, _CharT __c, function in class:rope
1464 rope(const allocator_type& __a = allocator_type()) function in class:rope
1468 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope
1475 rope(const _Self& __x) function in class:rope
1481 rope(__move_source<_Self> __src) function in class:rope
    [all...]