HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 501 - 525 of 573) sorted by null

<<212223

  /external/v8/src/ia32/
code-stubs-ia32.cc 168 // [esp + (2 * kPointerSize)]: serialized scope info
179 // Get the serialized scope info from the stack.
525 CpuFeatures::Scope scope(SSE2);
534 AllowExternalCallThatCantCauseGC scope(masm);
542 CpuFeatures::Scope scope(SSE2);
684 CpuFeatures::Scope scope(SSE3);
    [all...]
stub-cache-ia32.cc 673 FrameScope scope(masm, StackFrame::INTERNAL);
696 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 58 // If we've changed files in the middle of a lexical scope go ahead
59 // and create a new lexical scope with file node if it's different
60 // from the one in the scope.
72 llvm::DIScope Scope = llvm::DIScope(LB);
73 if (Scope.isLexicalBlockFile()) {
81 } else if (Scope.isLexicalBlock()) {
83 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
732 llvm::DIDescriptor scope) {
754 return DBuilder.createMemberType(scope, name, file, line, sizeInBits,
2529 llvm::MDNode *scope = LexicalBlockStack.back(); local
    [all...]
CGObjC.cpp     [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 1123 QByteArray scope; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 291 * Evaluates a string expression within the scope of this context
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 291 * Evaluates a string expression within the scope of this context
  /external/v8/src/
factory.cc 647 v8::HandleScope scope; // Instantiate a closeable HandleScope for EscapeFrom. local
654 return result.EscapeFrom(&scope);
    [all...]
heap.h 633 // Allocates a serialized scope info.
    [all...]
log.cc 714 HandleScope scope;
1585 HandleScope scope; local
    [all...]
objects-printer.cc 72 HandleScope scope; local
heap.cc 776 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
873 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
897 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
2398 HandleScope scope; local
    [all...]
gdb-jit.cc 1098 ScopeInfo<FreeStoreAllocationPolicy> scope_info(info->scope());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 1158 Element* scope = selectionRoot ? selectionRoot : frame()->document()->documentElement(); local
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 341 covered by this License; they are outside its scope. The act of
400 the scope of this License.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 698 Element* scope = selectionRoot ? selectionRoot : _private->coreFrame->document()->documentElement();
699 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 162 // [rsp + (2 * kPointerSize)]: serialized scope info
173 // Get the serialized scope info from the stack.
510 AllowExternalCallThatCantCauseGC scope(masm);
814 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
lithium-x64.cc 500 int result = index - info()->scope()->num_parameters() - 1;
508 return (1 + info()->scope()->num_parameters() - index) *
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 507 int result = index - info()->scope()->num_parameters() - 1;
515 return (1 + info()->scope()->num_parameters() - index) *
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 507 int result = index - info()->scope()->num_parameters() - 1;
515 return (1 + info()->scope()->num_parameters() - index) *
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 734 JSValue scope = JSValue((++it)->u.jsCell.get()); local
737 printf("[%4d] resolve_global_dynamic\t %s, %s, %s, %d\n", location, registerName(exec, r0).data(), valueToSourceString(exec, scope).utf8().data(), idName(id0, m_identifiers[id0]).data(), depth);
    [all...]
  /external/blktrace/doc/
blktrace.tex 78 scope of this document, but the following may be used as a sample template.
95 system -- again, outside the scope of this document -- and then enable
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]

Completed in 1220 milliseconds

<<212223