Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 - 25 of 63) sorted by relevance

123

/third_party/gn/src/gn/
H A Dbinary_target_generator.cc74 RustValuesGenerator rustgen(target_, scope_, function_call_, err_); in DoRun()
81 SwiftValuesGenerator swiftgen(target_, scope_, err_); in DoRun()
88 ConfigValuesGenerator gen(&target_->config_values(), scope_, in DoRun()
89 scope_->GetSourceDir(), err_); in DoRun()
121 Err(scope_->GetValue(variables::kSources, true)->list_value()[i], in FillSources()
135 const Value* value = scope_->GetValue(variables::kCompleteStaticLib, true); in FillCompleteStaticLib()
146 const Value* value = scope_->GetValue(variables::kFriend, true); in FillFriends()
148 return ExtractListOfLabelPatterns(scope_->settings()->build_settings(), in FillFriends()
149 *value, scope_->GetSourceDir(), in FillFriends()
156 const Value* value = scope_ in FillOutputName()
[all...]
H A Dtarget_generator.cc41 scope_(scope), in TargetGenerator()
67 if (!Visibility::FillItemVisibility(target_, scope_, err_)) in Run()
180 return scope_->settings()->build_settings(); in GetBuildSettings()
184 const Value* value = scope_->GetValue(variables::kSources, true); in FillSources()
189 if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value, in FillSources()
190 scope_->GetSourceDir(), &dest_sources, err_)) in FillSources()
197 const Value* value = scope_->GetValue(variables::kPublic, true); in FillPublic()
205 if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value, in FillPublic()
206 scope_->GetSourceDir(), &dest_public, err_)) in FillPublic()
229 const Value* value = scope_ in FillData()
[all...]
H A Daction_target_generator.cc79 ConfigValuesGenerator gen(&target_->config_values(), scope_, in DoRun()
80 scope_->GetSourceDir(), err_); in DoRun()
115 const Value* value = scope_->GetValue(variables::kScript, true); in FillScript()
123 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillScript()
124 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillScript()
132 const Value* value = scope_->GetValue(variables::kArgs, true); in FillScriptArgs()
147 const Value* value = scope_->GetValue(variables::kResponseFileContents, true); in FillResponseFileContents()
162 const Value* value = scope_->GetValue(variables::kDepfile, true); in FillDepfile()
177 const Value* value = scope_->GetValue(variables::kMnemonic, true); in FillMnemonic()
200 const Value* value = scope_ in FillPool()
[all...]
H A Dconfig_values_generator.cc82 scope_(scope), in ConfigValuesGenerator()
90 GetStringList(scope_, #name, config_values_, &ConfigValues::name, err_); in Run()
92 GetDirList(scope_, #name, config_values_, input_dir_, &ConfigValues::name, \ in Run()
115 const Value* inputs_value = scope_->GetValue(variables::kInputs, true); in Run()
117 ExtractListOfRelativeFiles(scope_->settings()->build_settings(), in Run()
123 const Value* libs_value = scope_->GetValue(variables::kLibs, true); in Run()
125 ExtractListOfLibs(scope_->settings()->build_settings(), *libs_value, in Run()
130 const Value* externs_value = scope_->GetValue(variables::kExterns, true); in Run()
132 ExtractListOfExterns(scope_->settings()->build_settings(), *externs_value, in Run()
137 GetFrameworksList(scope_, variable in Run()
[all...]
H A Dcreate_bundle_target_generator.cc115 const Value* value = scope_->GetValue(name, true); in FillBundleDir()
144 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
173 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
185 const Value* value = scope_->GetValue(variables::kPartialInfoPlist, true); in FillPartialInfoPlist()
192 const BuildSettings* build_settings = scope_->settings()->build_settings(); in FillPartialInfoPlist()
193 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist()
209 scope_->GetValue(variables::kXcodeTestApplicationName, true); in FillXcodeTestApplicationName()
223 scope_, variables::kPostProcessingScript, variables::kCodeSigningScript); in FillPostProcessingScript()
230 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillPostProcessingScript()
231 *value, err_, scope_ in FillPostProcessingScript()
[all...]
H A Drust_values_generator.cc26 scope_(scope), in RustValuesGenerator()
69 const Value* value = scope_->GetValue(variables::kRustCrateName, true); in FillCrateName()
83 const Value* value = scope_->GetValue(variables::kRustCrateType, true); in FillCrateType()
133 const Value* value = scope_->GetValue(variables::kRustCrateRoot, true); in FillCrateRoot()
158 if (!ExtractRelativeFile(scope_->settings()->build_settings(), *value, in FillCrateRoot()
159 scope_->GetSourceDir(), &dest, err_)) in FillCrateRoot()
167 const Value* value = scope_->GetValue(variables::kRustAliasedDeps, true); in FillAliasedDeps()
178 Label::Resolve(scope_->GetSourceDir(), in FillAliasedDeps()
179 scope_->settings()->build_settings()->root_path_utf8(), in FillAliasedDeps()
180 ToolchainLabelForScope(scope_), pai in FillAliasedDeps()
[all...]
H A Dscope_per_file_provider.cc53 scope_->settings()->toolchain_label().GetUserVisibleName(false)); in GetCurrentToolchain()
62 scope_->settings()->default_toolchain_label().GetUserVisibleName( in GetDefaultToolchain()
80 FilePathToUTF8(scope_->settings()->build_settings()->python_path())); in GetPythonPath()
89 scope_->settings()->build_settings()->build_dir())); in GetRootBuildDir()
98 BuildDirContext(scope_), BuildDirType::GEN))); in GetRootGenDir()
107 scope_, BuildDirType::TOOLCHAIN_ROOT))); in GetRootOutDir()
116 scope_, BuildDirType::GEN))); in GetTargetGenDir()
125 scope_, BuildDirType::OBJ))); in GetTargetOutDir()
H A Dswift_values_generator.cc18 : target_(target), scope_(scope), err_(err) {} in SwiftValuesGenerator()
31 const Value* value = scope_->GetValue(variables::kSwiftBridgeHeader, true); in FillBridgeHeader()
39 if (!ExtractRelativeFile(scope_->settings()->build_settings(), *value, in FillBridgeHeader()
40 scope_->GetSourceDir(), &dest, err_)) in FillBridgeHeader()
48 const Value* value = scope_->GetValue(variables::kSwiftModuleName, true); in FillModuleName()
H A Dgenerated_file_target_generator.cc62 const Value* value = scope_->GetValue(variables::kWriteValueContents, true); in FillContents()
86 scope_->GetValue(variables::kWriteOutputConversion, true); in FillOutputConversion()
100 const Value* value = scope_->GetValue(variables::kRebase, true); in FillRebase()
111 const BuildSettings* build_settings = scope_->settings()->build_settings(); in FillRebase()
112 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillRebase()
122 const Value* value = scope_->GetValue(variables::kDataKeys, true); in FillDataKeys()
142 const Value* value = scope_->GetValue(variables::kWalkKeys, true); in FillWalkKeys()
H A Dbundle_data_target_generator.cc51 const Value* value = scope_->GetValue(variables::kOutputs, true); in FillOutputs()
82 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
H A Dtest_with_scope.h38 Scope* scope() { return &scope_; } in scope()
77 Scope scope_; member in TestWithScope
H A Dscope.h56 explicit ProgrammaticProvider(Scope* scope) : scope_(scope) { in ProgrammaticProvider()
57 scope_->AddProvider(this); in ProgrammaticProvider()
66 Scope* scope_; member in Scope::ProgrammaticProvider
/third_party/node/deps/v8/src/handles/
H A Dlocal-handles-inl.h24 Address* result = handles->scope_.next; in GetHandle()
25 if (result == handles->scope_.limit) { in GetHandle()
28 DCHECK_LT(result, handles->scope_.limit); in GetHandle()
29 handles->scope_.next++; in GetHandle()
45 prev_next_ = handles->scope_.next; in LocalHandleScope()
46 prev_limit_ = handles->scope_.limit; in LocalHandleScope()
47 handles->scope_.level++; in LocalHandleScope()
68 current = &local_heap_->handles()->scope_; in CloseAndEscape()
85 Address* old_limit = handles->scope_.limit; in CloseScope()
87 handles->scope_ in CloseScope()
[all...]
H A Dlocal-handles.cc38 LocalHandles::LocalHandles() { scope_.Initialize(); } in LocalHandles()
40 scope_.limit = nullptr; in ~LocalHandles()
57 FullObjectSlot(scope_.next)); in Iterate()
70 : scope_.next; in Contains()
80 DCHECK_EQ(scope_.next, scope_.limit); in AddBlock()
83 scope_.next = block; in AddBlock()
84 scope_.limit = block + kHandleBlockSize; in AddBlock()
93 if (block_limit == scope_.limit) { in RemoveUnusedBlocks()
/third_party/node/deps/v8/src/ast/
H A Dvariables.cc18 : scope_(other->scope_), in Variable()
30 scope_ != nullptr && scope_->is_script_scope(); in IsGlobalObjectProperty()
39 DCHECK(scope_->is_repl_mode_scope()); in RewriteLocationForRepl()
H A Dvariables.h27 : scope_(scope), in Variable()
55 Scope* scope() const { return scope_; } in scope()
59 void set_scope(Scope* scope) { scope_ = scope; } in set_scope()
252 Scope* scope_; member in v8::internal::final
/third_party/node/deps/v8/src/compiler/
H A Dpipeline-statistics.cc22 DCHECK(!scope_); in Begin()
23 scope_.reset(new ZoneStats::StatsScope(pipeline_stats->zone_stats_)); in Begin()
36 DCHECK(scope_); in End()
41 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); in End()
45 outer_zone_diff + scope_->GetTotalAllocatedBytes(); in End()
46 scope_.reset(); in End()
H A Dpipeline-statistics.h55 std::unique_ptr<ZoneStats::StatsScope> scope_; member in v8::internal::compiler::PipelineStatistics::CommonStats
61 bool InPhaseKind() { return !!phase_kind_stats_.scope_; } in InPhaseKind()
64 bool InPhase() { return !!phase_stats_.scope_; } in InPhase()
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h675 explicit AccumulationScope(ExpressionScope<Types>* scope) : scope_(nullptr) { in AccumulationScope()
677 scope_ = scope->AsExpressionParsingScope(); in AccumulationScope()
680 scope_->clear(i); in AccumulationScope()
691 if (scope_ == nullptr) return; in Accumulate()
692 DCHECK(!scope_->is_verified()); in Accumulate()
695 scope_->clear(i); in Accumulate()
707 if (scope_ == nullptr) return; in ValidateExpression()
708 DCHECK(!scope_->is_verified()); in ValidateExpression()
709 scope_->ValidateExpression(); in ValidateExpression()
710 DCHECK(scope_ in ValidateExpression()
735 ExpressionParsingScope<Types>* scope_; global() member in v8::internal::AccumulationScope
[all...]
H A Dpreparser.cc73 DCHECK_NULL(scope_); in PreParseProgram()
84 FunctionState top_scope(&function_state_, &scope_, scope); in PreParseProgram()
85 original_scope_ = scope_; in PreParseProgram()
127 DCHECK_NULL(scope_); in PreParseFunction()
128 FunctionState function_state(&function_state_, &scope_, function_scope); in PreParseFunction()
167 BlockState block_state(&scope_, inner_scope); in PreParseFunction()
298 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunctionLiteral()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension_lite.cc49 scope_ = in ImmutableExtensionLiteGenerator()
52 scope_ = name_resolver_->GetImmutableClassName(descriptor_->file()); in ImmutableExtensionLiteGenerator()
61 InitTemplateVars(descriptor_, scope_, kUseImmutableNames, name_resolver_, in Generate()
107 printer->Print("registry.add($scope$.$name$);\n", "scope", scope_, "name", in GenerateRegistrationCode()
H A Djava_extension.cc53 scope_ = in ImmutableExtensionGenerator()
56 scope_ = name_resolver_->GetImmutableClassName(descriptor_->file()); in ImmutableExtensionGenerator()
115 InitTemplateVars(descriptor_, scope_, kUseImmutableNames, name_resolver_, in Generate()
164 printer->Print("registry.add($scope$.$name$);\n", "scope", scope_, "name", in GenerateRegistrationCode()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h34 scope_(scope), in Scope()
56 tracer_->AddScopeSample(scope_, duration_ms); in ~Scope()
63 if (scope_ == ScopeId::MC_INCREMENTAL || in ~Scope()
64 scope_ == ScopeId::MC_INCREMENTAL_START || in ~Scope()
65 scope_ == ScopeId::MC_INCREMENTAL_FINALIZE) { in ~Scope()
/third_party/node/src/tracing/
H A Dtrace_event.h337 : scope_(scope), raw_id_(raw_id) {} in WithScope()
339 const char* scope() const { return scope_; } in scope()
342 const char* scope_ = nullptr; member in node::tracing::TraceID::WithScope
362 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in DontMangle()
363 const char* scope() const { return scope_; } in scope()
367 const char* scope_ = nullptr; member in node::tracing::TraceID::DontMangle
398 : scope_(maybe_scoped_id.scope()), raw_id_(maybe_scoped_id.raw_id()) {} in TraceID()
428 : scope_(scoped_id.scope()), raw_id_(scoped_id.raw_id()) {} in TraceID()
431 const char* scope() const { return scope_; } in scope()
434 const char* scope_ member in node::tracing::TraceID
[all...]
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc45 scope_ = scope; in Initialize()
90 CopyTraceObjectParameter(&ptr, &scope_); in Initialize()
123 scope_ = scope; in InitializeForTesting()

Completed in 12 milliseconds

123