Searched refs:Scope (Results 126 - 150 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dvalue.cc56 Value::Value(const ParseNode* origin, scoped_ptr<Scope> scope)
112 void Value::SetScopeValue(scoped_ptr<Scope> scope) {
149 Scope::KeyValueMap scope_values;
155 for (Scope::KeyValueMap::const_iterator i = scope_values.begin();
H A Dloader.cc136 ScheduleLoadBuildConfig(&record->settings, Scope::KeyValueMap());
221 const Scope::KeyValueMap& toolchain_overrides) {
248 Scope our_scope(settings->base_config());
253 Scope::ItemVector collected_items;
278 const Scope::KeyValueMap& toolchain_overrides,
286 Scope* base_config = settings->base_config();
H A Dfilesystem_utils.h188 SourceDir GetCurrentOutputDir(const Scope* scope);
189 SourceDir GetCurrentGenDir(const Scope* scope);
H A Dfunction_rebase_path.cc54 Value ConvertOnePath(const Scope* scope,
210 Value RunRebasePath(Scope* scope,
H A Dfunction_rebase_path_unittest.cc13 std::string RebaseOne(Scope* scope,
36 Scope* scope = setup.scope();
H A Dinput_conversion.cc81 scoped_ptr<Scope> scope(new Scope(settings));
H A Dstring_utils.cc105 bool AppendIdentifierValue(Scope* scope,
126 bool ExpandStringLiteral(Scope* scope,
/external/chromium_org/v8/src/
H A Dvariables.cc35 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode,
/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc151 v8::Context::Scope context_scope(context);
199 v8::Context::Scope context_scope(context);
269 v8::Context::Scope context_scope(context);
278 v8::Context::Scope context_scope(context);
H A Dtest-thread-termination.cc130 v8::Context::Scope context_scope(context);
150 v8::Context::Scope context_scope(context);
190 v8::Context::Scope context_scope(context);
259 v8::Context::Scope context_scope(context);
310 v8::Context::Scope context_scope(context);
355 v8::Context::Scope context_scope(context);
392 v8::Context::Scope context_scope(context);
423 v8::Context::Scope context_scope(context);
468 v8::Context::Scope context_scope(context);
H A Dtest-serialize.cc202 v8::Isolate::Scope isolate_scope(isolate);
287 v8::Isolate::Scope isolate_scope(v8_isolate);
323 v8::Isolate::Scope isolate_scope(isolate);
340 v8::Isolate::Scope isolate_scope(isolate);
357 v8::Isolate::Scope isolate_scope(isolate);
379 v8::Isolate::Scope isolate_scope(isolate);
487 v8::Isolate::Scope isolate_scope(v8_isolate);
530 v8::Isolate::Scope isolate_scope(v8_isolate);
609 v8::Isolate::Scope isolate_scope(v8_isolate);
797 v8::Isolate::Scope iscop
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp56 v8::Context::Scope contextScope(debuggerContext);
68 v8::Context::Scope contextScope(m_debuggerContext.newLocal(m_isolate));
80 v8::Context::Scope contextScope(m_debuggerContext.newLocal(m_isolate));
142 v8::Context::Scope contextScope(m_debuggerContext.newLocal(m_isolate));
185 ScriptState::Scope scriptScope(scriptState);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp43 v8::Isolate::Scope isolate_scope(isolate);
77 v8::Isolate::Scope isolate_scope(isolate);
93 v8::Isolate::Scope isolate_scope(isolate);
113 v8::Isolate::Scope isolate_scope(isolate);
133 v8::Isolate::Scope isolate_scope(isolate);
150 v8::Isolate::Scope isolate_scope(isolate);
170 v8::Isolate::Scope isolate_scope(isolate);
188 v8::Isolate::Scope isolate_scope(isolate);
212 v8::Isolate::Scope isolate_scope(isolate);
236 v8::Isolate::Scope isolate_scop
[all...]
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h139 inline Scope* current_scope() const;
197 Environment(AstGraphBuilder* builder, Scope* scope, Node* control_dependency);
399 ContextScope(AstGraphBuilder* owner, Scope* scope, Node* context)
414 Scope* scope() const { return scope_; }
420 Scope* scope_;
423 Scope* AstGraphBuilder::current_scope() const {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp28 DIScope Scope(S);
29 StringRef Dir = Scope.getDirectory(),
30 Filename = Scope.getFilename();
84 const MDNode *Scope = DL.getScope(MF->getFunction()->getContext()); local
85 if (!Scope)
87 StringRef Filename = getFullFilepath(Scope);
/external/llvm/lib/IR/
H A DDIBuilder.cpp423 DIDerivedType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, argument
433 DIScope(getNonCompileUnitScope(Scope)).getRef(),
448 DIBuilder::createStaticMemberType(DIDescriptor Scope, StringRef Name, argument
457 DIScope(getNonCompileUnitScope(Scope)).getRef(),
690 DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name, argument
701 DIScope(getNonCompileUnitScope(Scope)).getRef(),
750 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
757 DIScope(getNonCompileUnitScope(Scope)).getRef(),
888 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, argument
896 DIScope(getNonCompileUnitScope(Scope))
749 createEnumerationType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType UnderlyingType, StringRef UniqueIdentifier) argument
922 createReplaceableForwardDecl( unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, StringRef UniqueIdentifier) argument
1037 createLocalVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo, DITypeRef Ty, bool AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
1072 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DITypeRef Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
1203 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
1220 createLexicalBlockFile(DIDescriptor Scope, DIFile File) argument
1234 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col, unsigned Discriminator) argument
[all...]
/external/chromium_org/extensions/renderer/
H A Dobject_backed_native_handler.cc58 v8::Context::Scope context_scope(context_->v8_context());
80 v8::Context::Scope context_scope(context_->v8_context());
H A Dv8_schema_registry.cc66 v8::Context::Scope context_scope(GetOrCreateContext(isolate));
91 v8::Context::Scope context_scope(context);
/external/chromium_org/gin/modules/
H A Dmodule_registry_unittest.cc31 Runner::Scope scope;
80 v8::Isolate::Scope isolate_scope(instance_->isolate());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptManager.cpp95 ScriptState::Scope scope(inspectedScriptState);
122 ScriptState::Scope scope(scriptState);
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp128 ScriptState::Scope scope(scriptState);
159 ScriptState::Scope scope(scriptState);
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h1 //===- IdentifierResolver.h - Lexical Scope Name lookup ---------*- C++ -*-===//
30 class Scope;
150 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
/external/clang/lib/Sema/
H A DAndroid.mk37 Scope.cpp \
H A DJumpDiagnostics.cpp630 unsigned Scope = I->first; local
639 if (Reachable.test(Scope)) {
642 for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
650 if (Scope == 0 || Scope < Min) break;
653 if (Scopes[Scope].OutDiag) break;
655 Scope = Scopes[Scope].ParentScope;
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp133 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK; local
134 if (Scope != LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN)

Completed in 823 milliseconds

1234567891011>>