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

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 103 LogToJavaScriptConsoleResource* continuation = local
105 CHECK(continuation != NULL);
112 continuation);
116 PostMessageResource* continuation = new PostMessageResource(message); local
117 CHECK(continuation != NULL);
124 continuation);
252 // OpenManifestEntry() is waiting on a condvar for this continuation to
575 QuotaRequest* continuation = local
585 continuation);
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 332 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
334 reinterpret_cast<uint32_t>(continuation->entry()));
557 // Push state, pc, and continuation from the last output frame.
583 __ pop(r7); // get continuation, leave pc on stack
full-codegen-arm.cc 1995 Label suspend, continuation, post_runtime, resume; local
    [all...]
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 317 Code* continuation = isolate_->builtins()->builtin(Builtins::kNotifyOSR); local
319 reinterpret_cast<uint32_t>(continuation->entry()));
544 // Push state, pc, and continuation from the last output frame.
570 __ pop(at); // Get continuation, leave pc on stack.
full-codegen-mips.cc 2002 Label suspend, continuation, post_runtime, resume; local
    [all...]
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 323 Code* continuation = local
326 reinterpret_cast<intptr_t>(continuation->entry()));
533 // Push state, pc, and continuation from the last output frame.
562 // Return to the continuation point.
full-codegen-x64.cc 1976 Label suspend, continuation, post_runtime, resume; local
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 782 HIfContinuation continuation; local
785 BuildCompareNil(GetParameter(0), type, RelocInfo::kNoPosition, &continuation); local
786 IfBuilder if_nil(this, &continuation);
788 if (continuation.IsFalseReachable()) {
793 return continuation.IsTrueReachable()
runtime.cc 3061 int continuation = generator->continuation(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 437 Code* continuation = local
440 reinterpret_cast<uint32_t>(continuation->entry()));
676 // Push state, pc, and continuation from the last output frame.
693 // Return to the continuation point.
full-codegen-ia32.cc 1954 Label suspend, continuation, post_runtime, resume; local
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 77 RenderObject* r = toRenderInline(renderer)->continuation();
84 r = toRenderInline(r)->continuation();
99 return toRenderInline(renderer)->continuation();
118 // Blocks with a previous continuation always have a next continuation
137 ASSERT(cur || !toRenderInline(prev)->continuation());
161 curContainer = toRenderInline(curContainer)->continuation();
190 return toRenderInline(renderer)->continuation();
1531 RenderObject* continuation = toRenderInline(m_renderer->parent())->continuation(); local
1657 RenderObject* continuation = toRenderBlock(currRenderer)->continuation(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 65 // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
67 bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
81 // Destroy our continuation before anything other than anonymous children.
83 // have continuations of their own that are anonymous children of our continuation.
84 RenderBoxModelObject* continuation = this->continuation(); local
85 if (continuation) {
86 continuation->destroy();
119 RenderBoxModelObject* continuation = this->continuation(); local
173 RenderInline* continuation = inlineElementContinuation(); local
    [all...]
RenderBoxModelObject.cpp 55 // The HashMap for storing continuation pointers.
58 // split into a sequence of inlines and blocks. The continuation will either be
61 // its continuation but the <b> will just have an inline as its continuation.
65 // This HashMap is similar to the continuation map, but connects first-letter
168 // A continuation of this RenderObject should be destroyed at subclasses.
169 ASSERT(!continuation());
2526 RenderBoxModelObject* RenderBoxModelObject::continuation() const function in class:WebCore::RenderBoxModelObject
    [all...]
RenderBlock.cpp 255 // Destroy our continuation before anything other than anonymous children.
257 // have continuations of their own that are anonymous children of our continuation.
258 RenderBoxModelObject* continuation = this->continuation(); local
259 if (continuation) {
260 continuation->destroy();
355 // Ensure that all of our continuation blocks pick up the new style.
357 RenderBoxModelObject* nextCont = currCont->continuation();
407 RenderBlock* curr = toRenderBlock(continuation());
419 curr = toRenderBlock(curr->continuation());
3270 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 874 mDNSBool continuation = ((c1 & 0xC0) == 0x80); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 6611 UBool continuation = isContinuation(CE); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 6218 UBool continuation = isContinuation(CE); local
    [all...]

Completed in 1235 milliseconds

1 2