/external/v8/src/compiler/ |
pipeline-statistics.cc | 15 DCHECK(scope_.is_empty()); 16 scope_.Reset(new ZonePool::StatsScope(pipeline_stats->zone_pool_)); 29 DCHECK(!scope_.is_empty()); 34 diff->max_allocated_bytes_ = outer_zone_diff + scope_->GetMaxAllocatedBytes(); 38 outer_zone_diff + scope_->GetTotalAllocatedBytes(); 39 scope_.Reset(nullptr);
|
pipeline-statistics.h | 39 base::SmartPointer<ZonePool::StatsScope> scope_; member in class:v8::internal::compiler::PipelineStatistics::CommonStats 45 bool InPhaseKind() { return !phase_kind_stats_.scope_.is_empty(); } 49 bool InPhase() { return !phase_stats_.scope_.is_empty(); }
|
/external/v8/src/ast/ |
variables.cc | 36 : scope_(scope), 62 scope_ != NULL && scope_->is_script_scope() && !is_this(); 70 scope_ != NULL && scope_->is_script_scope() && !is_this();
|
variables.h | 38 Scope* scope() const { return scope_; } 42 void set_scope(Scope* scope) { scope_ = scope; } 165 Scope* scope_; member in class:v8::internal::Variable
|
/external/libweave/src/privet/ |
privet_types.h | 61 : scope_{scope}, id_{scope == AuthScope::kNone ? UserAppId{} : id} {} 62 AuthScope scope() const { return scope_; } 66 AuthScope scope_; member in class:weave::privet::UserInfo
|
/external/v8/src/parsing/ |
parser.cc | 55 scope_(nullptr) {} 203 FunctionState function_state(&function_state_, &scope_, function_scope, 212 VariableProxy* this_function_proxy = scope_->NewUnresolved( 221 VariableProxy* arguments_proxy = scope_->NewUnresolved( 225 VariableProxy* new_target_proxy = scope_->NewUnresolved( 855 DCHECK(scope_ == NULL); 865 Scope* scope = NewScope(scope_, SCRIPT_SCOPE); 892 FunctionState function_state(&function_state_, &scope_, scope, 4475 Scope* scope_; member in class:v8::internal::InitializerRewriter [all...] |
preparser.cc | 110 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); 112 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction, 114 scope_->SetLanguageMode(language_mode); 115 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); 118 FunctionState function_state(&function_state_, &scope_, function_scope, kind, 132 if (is_strict(scope_->language_mode())) { 137 if (is_strong(scope_->language_mode()) && IsSubclassConstructor(kind)) { 235 if (is_strong(language_mode()) && scope_->is_function_scope() && 259 scope_->SetLanguageMode( 260 static_cast<LanguageMode>(scope_->language_mode() | STRICT)) [all...] |
rewriter.cc | 23 scope_(scope), 34 scope_(scope), 45 Scope* scope() { return scope_; } 79 Scope* scope_; member in class:v8::internal::Processor
|
/external/v8/src/interpreter/ |
bytecode-generator.h | 106 inline Scope* scope() const { return scope_; } 107 inline void set_scope(Scope* scope) { scope_ = scope; } 140 Scope* scope_; member in class:v8::internal::interpreter::final
|
/external/webrtc/webrtc/base/ |
win32socketserver_unittest.cc | 40 Win32SocketTest() : server_(NULL), scope_(&server_) {} 42 SocketServerScope scope_; member in class:rtc::Win32SocketTest
|
macsocketserver_unittest.cc | 96 scope_(server_.get()) {} 102 SocketServerScope scope_; member in class:rtc::MacAsyncSocketTest
|
/build/blueprint/ |
package_ctx.go | 620 scope_ *basicScope 621 sync.Mutex // protects scope_ during lazy creation 669 scope_: ruleScope, 706 if r.scope_ == nil { 707 r.scope_ = makeRuleScope(r.pctx.scope, r.argNames) 709 return r.scope_ 725 scope_ *basicScope 726 sync.Mutex // protects scope_ during lazy creation 775 scope_: ruleScope, 816 if r.scope_ == nil [all...] |
scope.go | 340 scope_: ruleScope, 382 scope_ *basicScope 402 return r.scope_
|
/external/v8/test/cctest/compiler/ |
test-code-stub-assembler.cc | 20 scope_(isolate) {} 23 HandleScope scope_; member in class:v8::internal::compiler::CodeStubAssemblerTester
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_extension.cc | 54 scope_ = name_resolver_->GetImmutableClassName( 57 scope_ = name_resolver_->GetImmutableClassName(descriptor_->file()); 115 InitTemplateVars(descriptor_, scope_, kUseImmutableNames, name_resolver_, 200 "scope", scope_,
|
java_extension.h | 98 string scope_; member in class:google::protobuf::compiler::java::ImmutableExtensionGenerator
|
/external/v8/src/crankshaft/ |
typing.h | 39 Scope* scope_; member in class:v8::internal::AstTyper
|
typing.cc | 23 scope_(scope), 62 int params = scope_->num_parameters(); 63 int locals = scope_->StackLocalCount(); 78 PrintObserved(scope_->receiver(), frame->receiver(), 82 PrintObserved(scope_->parameter(i), frame->GetParameter(i), 87 ZoneList<Variable*> context_vars(scope_->ContextLocalCount(), zone()); 88 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone()); 89 scope_->CollectStackAndContextLocals(&local_vars, &context_vars, 110 RECURSE(VisitDeclarations(scope_->declarations()));
|
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 28 scope_(info->scope()), 142 Scope* scope() const { return scope_; } 315 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.h | 30 scope_(info->scope()), 41 Scope* scope() const { return scope_; } 344 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.h | 30 scope_(info->scope()), 124 Scope* scope() const { return scope_; } 316 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.h | 28 scope_(info->scope()), 141 Scope* scope() const { return scope_; } 344 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 28 scope_(info->scope()), 143 Scope* scope() const { return scope_; } 347 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.h | 28 scope_(info->scope()), 133 Scope* scope() const { return scope_; } 279 Scope* const scope_; member in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 30 scope_(info->scope()), 119 Scope* scope() const { return scope_; } 308 Scope* const scope_; member in class:v8::internal::LCodeGen
|