Searched refs:CanInlineGlobalPropertyAccess (Results 1 – 2 of 2) sorted by relevance
2305 bool CanInlineGlobalPropertyAccess(Variable* var, LookupIterator* it,2308 bool CanInlineGlobalPropertyAccess(LookupIterator* it,
5143 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( in CanInlineGlobalPropertyAccess() function in v8::internal::HOptimizedGraphBuilder5146 return CanInlineGlobalPropertyAccess(it, access_type); in CanInlineGlobalPropertyAccess()5149 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( in CanInlineGlobalPropertyAccess() function in v8::internal::HOptimizedGraphBuilder5285 if (CanInlineGlobalPropertyAccess(variable, &it, LOAD)) { in VisitVariableProxy()6560 if (CanInlineGlobalPropertyAccess(var, &it, STORE)) { in HandleGlobalVariableAssignment()7526 if (CanInlineGlobalPropertyAccess(&it, access)) { in BuildNamedAccess()