Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_extension.cc81 scope_ = ClassName(descriptor_->extension_scope()); in ExtensionGenerator()
83 scope_ = ClassName(descriptor_->file()); in ExtensionGenerator()
135 vars["scope"] = scope_; in GenerateInitializationCode()
194 "scope", scope_, in GenerateRegistrationCode()
Djava_extension.h68 string scope_; variable
/external/v8/src/
Dvariables.cc94 : scope_(scope), in Variable()
111 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope(); in is_global()
Dcompiler.h58 Scope* scope() const { return scope_; } in scope()
97 ASSERT(scope_ == NULL); in SetScope()
98 scope_ = scope; in SetScope()
201 Scope* scope_; variable
Dvariables.h94 Scope* scope() const { return scope_; } in scope()
145 Scope* scope_;
Dpreparser.cc395 scope_->EnterWith(); in ParseWithStatement()
397 scope_->LeaveWith(); in ParseWithStatement()
552 scope_->EnterWith(); in ParseTryStatement()
554 scope_->LeaveWith(); in ParseTryStatement()
617 scope_->AddProperty(); in ParseAssignmentExpression()
935 scope_->NextMaterializedLiteralIndex(); in ParseArrayLiteral()
1003 scope_->NextMaterializedLiteralIndex(); in ParseObjectLiteral()
1019 scope_->NextMaterializedLiteralIndex(); in ParseRegExpLiteral()
1057 ScopeType outer_scope_type = scope_->type(); in ParseFunctionLiteral()
1058 bool inside_with = scope_->IsInsideWith(); in ParseFunctionLiteral()
[all …]
Dpreparser.h144 scope_(NULL), in PreParser()
153 Scope top_scope(&scope_, kTopLevelScope); in PreParse()
270 Scope* scope_; variable
Dcompiler.cc57 scope_(NULL), in CompilationInfo()
71 scope_(NULL), in CompilationInfo()
86 scope_(NULL), in CompilationInfo()
102 bool is_closure = closure_.is_null() && !scope_->HasTrivialOuterContext(); in DisableOptimization()
105 !scope_->outer_scope_calls_eval() && !scope_->inside_with(); in DisableOptimization()
Dstub-cache.h412 : scope_(), masm_(Isolate::Current(), NULL, 256), failure_(NULL) { } in StubCompiler()
564 Isolate* isolate() { return scope_.isolate(); } in isolate()
569 HandleScope scope_;
Dheap.h2023 scope_(scope) { in Scope()
2028 ASSERT(scope_ < kNumberOfScopes); // scope_ is unsigned. in ~Scope()
2029 tracer_->scopes_[scope_] += OS::TimeCurrentMillis() - start_time_; in ~Scope()
2034 ScopeId scope_; variable
Disolate.h1303 scope_(Isolate::Current()), in AssertNoContextChange()
1312 HandleScope scope_;
Dast.h1689 scope_(scope), in FunctionLiteral()
1707 Scope* scope() const { return scope_; } in scope()
1744 Scope* scope_; variable
/external/v8/src/x64/
Dlithium-codegen-x64.h59 scope_(info->scope()), in LCodeGen()
132 Scope* scope() const { return scope_; } in scope()
296 Scope* const scope_; variable
/external/v8/src/ia32/
Dlithium-codegen-ia32.h59 scope_(info->scope()), in LCodeGen()
137 Scope* scope() const { return scope_; } in scope()
298 Scope* const scope_; variable
/external/v8/src/arm/
Dlithium-codegen-arm.h56 scope_(info->scope()), in LCodeGen()
145 Scope* scope() const { return scope_; } in scope()
302 Scope* const scope_; variable
/external/v8/test/cctest/
Dtest-log.cc169 scope_(), in ScopedLoggerInitializer()
199 v8::HandleScope scope_; member in __anon8f813ed80111::ScopedLoggerInitializer
Dtest-regexp.cc685 : env_(), scope_(), zone_(DELETE_ON_EXIT) { in ContextInitializer()
695 v8::HandleScope scope_; member in ContextInitializer