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

  /external/v8/src/arm/
deoptimizer-arm.cc 348 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
350 reinterpret_cast<uint32_t>(continuation->entry()));
719 // Compute this frame's PC, state, and continuation.
737 // Set the continuation for the topmost frame.
740 Code* continuation = (bailout_type_ == EAGER) local
744 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 438 Code* continuation = local
441 reinterpret_cast<uint32_t>(continuation->entry()));
796 // Compute this frame's PC, state, and continuation.
810 // Set the continuation for the topmost frame.
813 Code* continuation = (bailout_type_ == EAGER) local
817 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 338 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
340 reinterpret_cast<uint32_t>(continuation->entry()));
709 // Compute this frame's PC, state, and continuation.
724 // Set the continuation for the topmost frame.
727 Code* continuation = (bailout_type_ == EAGER) local
731 reinterpret_cast<uint32_t>(continuation->entry()));
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 325 Code* continuation = local
328 reinterpret_cast<intptr_t>(continuation->entry()));
699 // Compute this frame's PC, state, and continuation.
713 // Set the continuation for the topmost frame.
715 Code* continuation = (bailout_type_ == EAGER) local
719 reinterpret_cast<intptr_t>(continuation->entry()));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 136 unsigned int continuation :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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());
2659 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 874 mDNSBool continuation = ((c1 & 0xC0) == 0x80); 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 6168 UBool continuation = isContinuation(CE); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 132 milliseconds