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

  /external/v8/src/arm/
deoptimizer-arm.cc 346 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
348 reinterpret_cast<uint32_t>(continuation->entry()));
503 // Compute this frame's PC, state, and continuation.
521 // Set the continuation for the topmost frame.
524 Code* continuation = (bailout_type_ == EAGER) local
528 reinterpret_cast<uint32_t>(continuation->entry()));
682 // Push state, pc, and continuation from the last output frame.
710 __ pop(r7); // get continuation, leave pc on stack
  /external/v8/src/ia32/
deoptimizer-ia32.cc 423 Code* continuation = local
426 reinterpret_cast<uint32_t>(continuation->entry()));
575 // Compute this frame's PC, state, and continuation.
589 // Set the continuation for the topmost frame.
592 Code* continuation = (bailout_type_ == EAGER) local
596 reinterpret_cast<uint32_t>(continuation->entry()));
734 // Push state, pc, and continuation from the last output frame.
751 // Return to the continuation point.
  /external/v8/src/x64/
deoptimizer-x64.cc 416 Code* continuation = local
419 reinterpret_cast<intptr_t>(continuation->entry()));
572 // Compute this frame's PC, state, and continuation.
586 // Set the continuation for the topmost frame.
588 Code* continuation = (bailout_type_ == EAGER) local
592 reinterpret_cast<intptr_t>(continuation->entry()));
763 // Push state, pc, and continuation from the last output frame.
792 // Return to the continuation point.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 59 // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
61 bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
75 // Destroy our continuation before anything other than anonymous children.
77 // have continuations of their own that are anonymous children of our continuation.
78 RenderBoxModelObject* continuation = this->continuation(); local
79 if (continuation) {
80 continuation->destroy();
113 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
RenderBoxModelObject.cpp 56 // The HashMap for storing continuation pointers.
59 // split into a sequence of inlines and blocks. The continuation will either be
62 // its continuation but the <b> will just have an inline as its continuation.
273 // A continuation of this RenderObject should be destroyed at subclasses.
274 ASSERT(!continuation());
2211 RenderBoxModelObject* RenderBoxModelObject::continuation() const function in class:WebCore::RenderBoxModelObject
    [all...]
RenderBlock.cpp 167 // Destroy our continuation before anything other than anonymous children.
169 // have continuations of their own that are anonymous children of our continuation.
170 RenderBoxModelObject* continuation = this->continuation(); local
171 if (continuation) {
172 continuation->destroy();
242 // Ensure that all of our continuation blocks pick up the new style.
244 RenderBoxModelObject* nextCont = currCont->continuation();
318 RenderBlock* curr = toRenderBlock(continuation());
330 curr = toRenderBlock(curr->continuation());
2640 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 141 return toRenderInline(renderer)->continuation();
146 RenderObject* r = toRenderInline(renderer)->continuation();
153 r = toRenderInline(r)->continuation();
187 ASSERT(cur || !toRenderInline(prev)->continuation());
226 // Blocks with a previous continuation always have a next continuation
245 ASSERT(cur || !toRenderInline(prev)->continuation());
270 curContainer = toRenderInline(curContainer)->continuation();
297 // Case 1: The node is a block and is an inline's continuation. In that case, the inline's
298 // last child is our previous sibling (or further back in the continuation chain
357 RenderObject* continuation = toRenderInline(m_renderer->parent())->continuation(); local
800 RenderObject* continuation = toRenderBlock(currRenderer)->continuation(); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 6592 UBool continuation = isContinuation(CE); local
    [all...]

Completed in 1140 milliseconds