HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 576 - 600 of 1184) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/src/arm/
builtins-arm.cc 264 FrameScope scope(masm, StackFrame::INTERNAL);
284 FrameScope scope(masm, StackFrame::INTERNAL);
294 FrameScope scope(masm, StackFrame::INTERNAL);
360 FrameScope scope(masm, StackFrame::CONSTRUCT);
704 FrameScope scope(masm, StackFrame::INTERNAL);
804 FrameScope scope(masm, StackFrame::MANUAL);
837 FrameScope scope(masm, StackFrame::MANUAL);
863 FrameScope scope(masm, StackFrame::INTERNAL);
892 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/chromium_org/v8/src/
compiler.h 76 Scope* scope() const { return scope_; } function in class:v8::internal::CompilationInfo
77 Scope* global_scope() const { return global_scope_; }
171 void SetScope(Scope* scope) {
173 scope_ = scope;
175 void SetGlobalScope(Scope* global_scope) {
390 // The scope of the function literal as a convenience. Set to indicate
392 Scope* scope_;
393 // The global scope provided as a convenience
    [all...]
preparser.h 245 Scope top_scope(&scope_, kTopLevelScope);
519 class Scope {
521 Scope(Scope** variable, ScopeType type)
533 ~Scope() { *variable_ = prev_; }
554 explicit InsideWith(Scope* scope) : scope_(scope) {
555 scope->with_nesting_count_++;
561 Scope* scope_
    [all...]
bootstrapper.h 70 HandleScope scope(isolate);
gdb-jit.cc 1103 Scope* scope = desc_->info()->scope(); local
1123 int params = scope->num_parameters();
1124 int slots = scope->num_stack_slots();
1125 int context_slots = scope->ContextLocalCount();
1128 int locals = scope->StackLocalCount();
1134 *scope->parameter(param)->name()->ToCString(DISALLOW_NULLS));
1179 ZoneList<Variable*> stack_locals(locals, scope->zone());
1180 ZoneList<Variable*> context_locals(context_slots, scope->zone())
1324 Scope* scope = desc_->info()->scope(); local
    [all...]
json-parser.h 323 HandleScope scope(isolate());
465 return scope.CloseAndEscape(json_object);
471 HandleScope scope(isolate());
495 return scope.CloseAndEscape(json_array);
sampler.cc 532 ExternalCallbackScope* scope = isolate->external_callback_scope(); local
534 // If there is a handler on top of the external callback scope then
537 if (scope && scope->scope_address() < handler) {
538 external_callback = scope->callback();
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 79 FrameScope scope(masm, StackFrame::INTERNAL);
144 FrameScope scope(masm, StackFrame::CONSTRUCT);
447 FrameScope scope(masm, StackFrame::INTERNAL);
541 FrameScope scope(masm, StackFrame::MANUAL);
575 FrameScope scope(masm, StackFrame::MANUAL);
608 FrameScope scope(masm, StackFrame::INTERNAL);
642 FrameScope scope(masm, StackFrame::INTERNAL);
746 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 272 FrameScope scope(masm, StackFrame::INTERNAL);
292 FrameScope scope(masm, StackFrame::INTERNAL);
302 FrameScope scope(masm, StackFrame::INTERNAL);
371 FrameScope scope(masm, StackFrame::CONSTRUCT);
725 FrameScope scope(masm, StackFrame::INTERNAL);
826 FrameScope scope(masm, StackFrame::MANUAL);
865 FrameScope scope(masm, StackFrame::MANUAL);
892 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 336 HandleScope scope(isolate);
352 HandleScope scope(isolate);
372 HandleScope scope(isolate);
  /external/llvm/tools/gold/
gold-plugin.cpp 299 int scope = attrs & LTO_SYMBOL_SCOPE_MASK; local
300 switch (scope) {
312 (*message)(LDPL_ERROR, "Unknown scope attribute: %d", scope);
  /external/v8/src/arm/
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_;
  /external/v8/src/mips/
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_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 35 scope = {}
36 exec code in scope
37 self.assertIsInstance(scope["x"], unicode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 35 scope = {}
36 exec code in scope
37 self.assertIsInstance(scope["x"], unicode)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 579 size_t Internals::numberOfScopedHTMLStyleChildren(const Node* scope, ExceptionState& exceptionState) const
581 if (scope && (scope->isElementNode() || scope->isShadowRoot()))
582 return scope->numberOfScopedHTMLStyleChildren();
    [all...]
  /art/runtime/
common_throws.h 136 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c,
  /external/chromium_org/base/debug/
trace_event_memory_unittest.cc 92 // Ended scope 2.
96 // Ended scope 1.
104 ScopedTraceMemory scope("category", "name");
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.cc 82 v8::Context::Scope scope(v8_context());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WorkerGlobalScopeEventListener.cpp 73 v8::Context::Scope scope(v8Context);
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 86 // and then let it go out of scope.
120 bool ruleMatches(const RuleData&, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary, SelectorChecker::MatchResult*);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 120 EventQueueScope scope; local
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 158 const AtomicString& HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsFrontendImpl.cpp 141 v8::HandleScope scope(isolate);
143 v8::Context::Scope contextScope(frameContext);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_rhapsody.h 194 PRThreadScope scope,

Completed in 481 milliseconds

<<21222324252627282930>>