HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 251 - 275 of 598) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 2461 Element* scope = selectionRoot ? selectionRoot : range->ownerDocument()->documentElement(); local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 160 int receiver_offset = info->scope()->num_parameters() * kPointerSize;
166 // Open a frame scope to indicate that there is a frame on the stack. The
167 // MANUAL indicates that the scope shouldn't actually generate code to set up
171 int locals_count = info->scope()->num_stack_slots();
191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
207 int num_parameters = info->scope()->num_parameters();
209 Variable* var = scope()->parameter(i);
226 Variable* arguments = scope()->arguments();
237 int num_parameters = info->scope()->num_parameters();
268 if (scope()->HasIllegalRedeclaration())
    [all...]
lithium-codegen-arm.h 57 scope_(info->scope()),
157 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
174 int GetParameterCount() const { return scope()->num_parameters(); }
341 Scope* const scope_;
builtins-arm.cc 671 FrameScope scope(masm, StackFrame::INTERNAL);
691 FrameScope scope(masm, StackFrame::INTERNAL);
716 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 167 int receiver_offset = info->scope()->num_parameters() * kPointerSize;
173 // Open a frame scope to indicate that there is a frame on the stack. The
174 // MANUAL indicates that the scope shouldn't actually generate code to set up
178 int locals_count = info->scope()->num_stack_slots();
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
214 int num_parameters = info->scope()->num_parameters();
216 Variable* var = scope()->parameter(i);
233 Variable* arguments = scope()->arguments();
244 int num_parameters = info->scope()->num_parameters();
275 if (scope()->HasIllegalRedeclaration())
    [all...]
lithium-codegen-mips.h 57 scope_(info->scope()),
153 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
171 int GetParameterCount() const { return scope()->num_parameters(); }
356 Scope* const scope_;
builtins-mips.cc 687 FrameScope scope(masm, StackFrame::INTERNAL);
707 FrameScope scope(masm, StackFrame::INTERNAL);
739 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 149 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize;
159 // Open a frame scope to indicate that there is a frame on the stack. The
160 // MANUAL indicates that the scope shouldn't actually generate code to set up
170 int locals_count = info->scope()->num_stack_slots();
184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
201 int num_parameters = info->scope()->num_parameters();
203 Variable* var = scope()->parameter(i);
222 Variable* arguments = scope()->arguments();
232 int num_parameters = info->scope()->num_parameters();
262 if (scope()->HasIllegalRedeclaration())
    [all...]
builtins-ia32.cc 90 FrameScope scope(masm, StackFrame::CONSTRUCT);
391 FrameScope scope(masm, StackFrame::INTERNAL);
454 FrameScope scope(masm, StackFrame::INTERNAL);
480 FrameScope scope(masm, StackFrame::INTERNAL);
507 FrameScope scope(masm, StackFrame::INTERNAL);
556 FrameScope scope(masm, StackFrame::INTERNAL);
623 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 167 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize;
173 // Open a frame scope to indicate that there is a frame on the stack. The
174 // MANUAL indicates that the scope shouldn't actually generate code to set up
184 int locals_count = info->scope()->num_stack_slots();
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
215 int num_parameters = info->scope()->num_parameters();
217 Variable* var = scope()->parameter(i);
234 Variable* arguments = scope()->arguments();
245 int num_parameters = info->scope()->num_parameters();
275 if (scope()->HasIllegalRedeclaration())
    [all...]
builtins-x64.cc 89 FrameScope scope(masm, StackFrame::CONSTRUCT);
401 // Open a C++ scope for the FrameScope.
419 FrameScope scope(masm, StackFrame::INTERNAL);
449 FrameScope scope(masm, StackFrame::INTERNAL);
519 FrameScope scope(masm, StackFrame::INTERNAL);
546 FrameScope scope(masm, StackFrame::INTERNAL);
574 FrameScope scope(masm, StackFrame::INTERNAL);
619 FrameScope scope(masm, StackFrame::INTERNAL);
693 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 281 struct Scope {
282 Scope(JSGlobalData* globalData, bool isFunction, bool strictMode)
298 Scope(const Scope& rhs)
398 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables)
500 typedef Vector<Scope, 10> ScopeStack;
508 Scope* operator->() { return &m_scopeStack->at(m_index); }
528 AutoPopScopeRef(JSParser* parser, ScopeRef scope)
529 : ScopeRef(scope)
562 m_scopeStack.append(Scope(m_globalData, isFunction, isStrict))
636 ScopeRef scope = pushScope(); local
655 ScopeRef scope = currentScope(); local
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 14 // control transfers out of a particular scope. This can be
89 /// Push an entry of the given size onto this protected-scope stack.
155 EHCleanupScope *Scope =
168 return Scope->getCleanupBuffer();
215 EHCatchScope *scope = local
218 return scope;
372 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin());
374 // As long as Old strictly encloses the scope's enclosing normal
378 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
385 EHCleanupScope &Scope) {
983 EHScope &scope = *EHStack.find(i); local
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 302 int scope = attrs & LTO_SYMBOL_SCOPE_MASK; local
303 switch (scope) {
315 (*message)(LDPL_ERROR, "Unknown scope attribute: %d", scope);
  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.cpp 156 callData.js.scopeChain = scope();
190 JSObject* prototype = constructEmptyObject(exec, scope()->globalObject->emptyObjectStructure());
320 constructData.js.scopeChain = scope();
  /external/v8/test/cctest/
test-cpu-profiler.cc 33 v8::HandleScope scope; local
88 i::HandleScope scope; local
301 v8::HandleScope scope; local
347 v8::HandleScope scope; local
test-date.cc 122 v8::HandleScope scope; local
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 107 // initialized upon entering a function / block scope.
131 // Test that a function declaration sees the scope it resides in.
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent13.js 103 // bring class variables into function scope
146 // bring class variables into function scope
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent13.js 103 // bring class variables into function scope
146 // bring class variables into function scope
  /external/webkit/Source/WebCore/bindings/v8/
V8LazyEventListener.cpp 93 // Use the outer scope to hold context.
99 v8::Context::Scope scope(v8Context);
103 // Nodes other than the document object, when executing inline event handlers push document, form, and the target node on the scope chain.
WorkerScriptDebugServer.cpp 76 v8::HandleScope scope; local
78 v8::Context::Scope contextScope(debuggerContext);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 61 v8::HandleScope scope; local
63 v8::Context::Scope contextScope(context);
  /external/webkit/Source/WebCore/dom/
Attr.cpp 123 EventQueueScope scope; local
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 162 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement

Completed in 442 milliseconds

<<11121314151617181920>>