HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 751 - 775 of 1425) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/src/arm/
builtins-arm.cc 239 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
259 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
269 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
332 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
741 FrameScope scope(masm, StackFrame::INTERNAL);
818 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
855 FrameScope scope(masm, StackFrame::MANUAL);
888 FrameScope scope(masm, StackFrame::MANUAL);
914 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 231 FrameScope scope(masm, StackFrame::INTERNAL);
251 FrameScope scope(masm, StackFrame::INTERNAL);
261 FrameScope scope(masm, StackFrame::INTERNAL);
324 FrameScope scope(masm, StackFrame::CONSTRUCT);
712 FrameScope scope(masm, StackFrame::INTERNAL);
791 FrameScope scope(masm, StackFrame::INTERNAL);
833 FrameScope scope(masm, StackFrame::MANUAL);
873 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
deoptimizer-arm64.cc 201 AllowExternalCallThatCantCauseGC scope(masm());
248 AllowExternalCallThatCantCauseGC scope(masm());
347 InstructionAccurateScope scope(masm());
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 57 FrameScope scope(masm, StackFrame::INTERNAL);
117 FrameScope scope(masm, StackFrame::CONSTRUCT);
490 FrameScope scope(masm, StackFrame::INTERNAL);
561 FrameScope scope(masm, StackFrame::INTERNAL);
600 FrameScope scope(masm, StackFrame::MANUAL);
634 FrameScope scope(masm, StackFrame::MANUAL);
667 FrameScope scope(masm, StackFrame::INTERNAL);
696 FrameScope scope(masm, StackFrame::INTERNAL);
800 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
deoptimizer-ia32.cc 27 HandleScope scope(isolate);
275 AllowExternalCallThatCantCauseGC scope(masm());
330 AllowExternalCallThatCantCauseGC scope(masm());
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 247 FrameScope scope(masm, StackFrame::INTERNAL);
267 FrameScope scope(masm, StackFrame::INTERNAL);
277 FrameScope scope(masm, StackFrame::INTERNAL);
345 FrameScope scope(masm, StackFrame::CONSTRUCT);
762 FrameScope scope(masm, StackFrame::INTERNAL);
834 FrameScope scope(masm, StackFrame::INTERNAL);
877 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/x87/
builtins-x87.cc 57 FrameScope scope(masm, StackFrame::INTERNAL);
117 FrameScope scope(masm, StackFrame::CONSTRUCT);
490 FrameScope scope(masm, StackFrame::INTERNAL);
561 FrameScope scope(masm, StackFrame::INTERNAL);
600 FrameScope scope(masm, StackFrame::MANUAL);
634 FrameScope scope(masm, StackFrame::MANUAL);
666 FrameScope scope(masm, StackFrame::INTERNAL);
696 FrameScope scope(masm, StackFrame::INTERNAL);
800 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
deoptimizer-x87.cc 27 HandleScope scope(isolate);
262 AllowExternalCallThatCantCauseGC scope(masm());
308 AllowExternalCallThatCantCauseGC scope(masm());
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 119 StackArgumentsAccessor args(rsp, info->scope()->num_parameters());
133 // Open a frame scope to indicate that there is a frame on the stack. The
134 // MANUAL indicates that the scope shouldn't actually generate code to set up
143 int locals_count = info->scope()->num_stack_slots();
184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
189 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
191 __ Push(info->scope()->GetScopeInfo());
209 int num_parameters = info->scope()->num_parameters();
211 Variable* var = scope()->parameter(i);
235 Variable* arguments = scope()->arguments()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 14 // control transfers out of a particular scope. This can be
95 /// Push an entry of the given size onto this protected-scope stack.
161 EHCleanupScope *Scope =
174 return Scope->getCleanupBuffer();
221 EHCatchScope *scope = local
224 return scope;
378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin());
380 // As long as Old strictly encloses the scope's enclosing normal
384 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
418 EHCleanupScope &Scope) {
1022 EHScope &scope = *EHStack.find(i); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 165 PassRefPtrWillBeRawPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&);
166 unsigned locationFromRange(Element* scope, const Range*, ExceptionState&);
167 unsigned lengthFromRange(Element* scope, const Range*, ExceptionState&);
  /external/chromium_org/v8/src/
builtins.cc 372 HandleScope scope(isolate);
482 HandleScope scope(isolate);
512 HandleScope scope(isolate);
561 HandleScope scope(isolate);
626 HandleScope scope(isolate);
768 HandleScope scope(isolate);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 338 HandleScope scope(isolate);
354 HandleScope scope(isolate);
374 HandleScope scope(isolate);
test-strings.cc 564 v8::HandleScope scope(CcTest::isolate());
858 v8::HandleScope scope(CcTest::isolate());
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.cc 856 InstructionAccurateScope scope(this);
896 InstructionAccurateScope scope(this);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 134 b.appendQueryParameter("scope", provider.scope);
170 provider.scope = getXmlAttribute(context, xml, "scope");
221 provider.scope = getXmlAttribute(context, xml, "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)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /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/browser/chromeos/policy/
device_local_account_policy_provider.cc 174 it->first, entry.level, entry.scope, entry.value->DeepCopy(), NULL);
  /external/chromium_org/content/renderer/
v8_value_converter_impl.cc 66 // Level scope which updates the current depth of some FromV8ValueState.
154 v8::Context::Scope context_scope(context);
163 v8::Context::Scope context_scope(context);
376 scoped_ptr<v8::Context::Scope> scope;
381 scope.reset(new v8::Context::Scope(val->CreationContext()));
385 // be synchronous, so this object can't be out of scope.
461 scoped_ptr<v8::Context::Scope> scope;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptCallStackFactory.cpp 90 v8::HandleScope scope(isolate);
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 109 // and then let it go out of scope.
151 bool ruleMatches(const RuleData&, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary, SelectorChecker::MatchResult*);

Completed in 889 milliseconds

<<31323334353637383940>>