HomeSort by relevance Sort by last modified time
    Searched refs:scope_ (Results 1 - 25 of 49) sorted by null

1 2

  /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/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/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/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/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/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
  /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/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/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
  /external/v8/test/cctest/compiler/
test-code-stub-assembler.cc 20 scope_(isolate) {}
23 HandleScope scope_; member in class:v8::internal::compiler::CodeStubAssemblerTester
  /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/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/x87/
lithium-codegen-x87.h 32 scope_(info->scope()),
159 Scope* scope() const { return scope_; }
351 Scope* const scope_; member in class:v8::internal::LCodeGen
  /frameworks/native/vulkan/libvulkan/
api.cpp 50 scope_(VK_SYSTEM_ALLOCATION_SCOPE_COMMAND),
228 alignof(ImplicitLayer), scope_);
251 alignof(char), scope_);
288 alignof(const char*), scope_));
293 const VkSystemAllocationScope scope_; member in class:vulkan::api::__anon29301::OverrideLayerNames
311 scope_(VK_SYSTEM_ALLOCATION_SCOPE_COMMAND),
354 alignof(const char*), scope_));
359 const VkSystemAllocationScope scope_; member in class:vulkan::api::__anon29301::OverrideExtensionNames
    [all...]

Completed in 367 milliseconds

1 2