Home
last modified time | relevance | path

Searched defs:global_scope (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcompiler.h63 Scope* global_scope() const { return global_scope_; } in global_scope() function
105 void SetGlobalScope(Scope* global_scope) { in SetGlobalScope()
Dscopes.cc203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) { in DeserializeScopeChain()
/external/chromium_org/v8/src/
Dcompiler.h77 Scope* global_scope() const { return global_scope_; } in global_scope() function
175 void SetGlobalScope(Scope* global_scope) { in SetGlobalScope()
Dscopes.cc215 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, in DeserializeScopeChain()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() local
/external/chromium_org/third_party/mesa/src/src/glsl/
Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() local
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3192 OSet* global_scope; in VG_() local