Searched defs:global_scope (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc191 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, argument
249 global_scope->AddInnerScope(current_scope);
250 global_scope->PropagateScopeInfo(false);
251 return (innermost_scope == NULL) ? global_scope : innermost_scope;
1007 ASSERT(info->global_scope()->is_global_scope());
1039 var = info->global_scope()->DeclareDynamicGlobal(proxy->name());
1111 ASSERT(info->global_scope()->is_global_scope());
H A Dcompiler.h55 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::CompilationInfo
174 void SetGlobalScope(Scope* global_scope) { argument
176 global_scope_ = global_scope;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); local
2046 if (!global_scope || (var->mode != ir_var_in)) {
2059 if (!global_scope || (var->mode != ir_var_out)) {
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2034 const bool global_scope = (state->current_function == NULL); local
2046 if (!global_scope || (var->mode != ir_var_in)) {
2059 if (!global_scope || (var->mode != ir_var_out)) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3247 OSet* global_scope; local
3263 global_scope = *(OSet**)VG_(indexXA)( di->varinfo, 0 );
3264 vg_assert(global_scope);
3265 gs_size = VG_(OSetGen_Size)( global_scope );
3276 = VG_(OSetGen_Lookup)( global_scope, &zero );

Completed in 185 milliseconds