/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_extension.cc | 81 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()
|
D | java_extension.h | 68 string scope_; variable
|
/external/v8/src/ |
D | variables.cc | 94 : scope_(scope), in Variable() 111 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope(); in is_global()
|
D | compiler.h | 58 Scope* scope() const { return scope_; } in scope() 97 ASSERT(scope_ == NULL); in SetScope() 98 scope_ = scope; in SetScope() 201 Scope* scope_; variable
|
D | variables.h | 94 Scope* scope() const { return scope_; } in scope() 145 Scope* scope_;
|
D | preparser.cc | 395 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 …]
|
D | preparser.h | 144 scope_(NULL), in PreParser() 153 Scope top_scope(&scope_, kTopLevelScope); in PreParse() 270 Scope* scope_; variable
|
D | compiler.cc | 57 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()
|
D | stub-cache.h | 412 : scope_(), masm_(Isolate::Current(), NULL, 256), failure_(NULL) { } in StubCompiler() 564 Isolate* isolate() { return scope_.isolate(); } in isolate() 569 HandleScope scope_;
|
D | heap.h | 2023 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
|
D | isolate.h | 1303 scope_(Isolate::Current()), in AssertNoContextChange() 1312 HandleScope scope_;
|
D | ast.h | 1689 scope_(scope), in FunctionLiteral() 1707 Scope* scope() const { return scope_; } in scope() 1744 Scope* scope_; variable
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 59 scope_(info->scope()), in LCodeGen() 132 Scope* scope() const { return scope_; } in scope() 296 Scope* const scope_; variable
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 59 scope_(info->scope()), in LCodeGen() 137 Scope* scope() const { return scope_; } in scope() 298 Scope* const scope_; variable
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 56 scope_(info->scope()), in LCodeGen() 145 Scope* scope() const { return scope_; } in scope() 302 Scope* const scope_; variable
|
/external/v8/test/cctest/ |
D | test-log.cc | 169 scope_(), in ScopedLoggerInitializer() 199 v8::HandleScope scope_; member in __anon8f813ed80111::ScopedLoggerInitializer
|
D | test-regexp.cc | 685 : env_(), scope_(), zone_(DELETE_ON_EXIT) { in ContextInitializer() 695 v8::HandleScope scope_; member in ContextInitializer
|