Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/buildbot/
Ddeps_whitelist.py124 global_scope = {
130 execfile(deps_file_path, global_scope, local_scope)
/external/chromium_org/v8/src/
Dscopes.cc191 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, in DeserializeScopeChain() argument
249 global_scope->AddInnerScope(current_scope); in DeserializeScopeChain()
250 global_scope->PropagateScopeInfo(false); in DeserializeScopeChain()
251 return (innermost_scope == NULL) ? global_scope : innermost_scope; in DeserializeScopeChain()
1007 ASSERT(info->global_scope()->is_global_scope()); in ResolveVariable()
1039 var = info->global_scope()->DeclareDynamicGlobal(proxy->name()); in ResolveVariable()
1111 ASSERT(info->global_scope()->is_global_scope()); in ResolveVariablesRecursively()
Dcompiler.h55 Scope* global_scope() const { return global_scope_; } in global_scope() function
174 void SetGlobalScope(Scope* global_scope) { in SetGlobalScope() argument
176 global_scope_ = global_scope; in SetGlobalScope()
Dscopes.h84 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3247 OSet* global_scope; in VG_() local
3263 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 ); in VG_()
3264 vg_assert(global_scope); in VG_()
3265 gs_size = VG_(OSetGen_Size)( global_scope ); in VG_()
3276 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() local
2046 if (!global_scope || (var->mode != ir_var_in)) { in apply_type_qualifier_to_variable()
2059 if (!global_scope || (var->mode != ir_var_out)) { in apply_type_qualifier_to_variable()
/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
2046 if (!global_scope || (var->mode != ir_var_in)) { in apply_type_qualifier_to_variable()
2059 if (!global_scope || (var->mode != ir_var_out)) { in apply_type_qualifier_to_variable()