Home
last modified time | relevance | path

Searched refs:CanInlineGlobalPropertyAccess (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.h2305 bool CanInlineGlobalPropertyAccess(Variable* var, LookupIterator* it,
2308 bool CanInlineGlobalPropertyAccess(LookupIterator* it,
Dhydrogen.cc5143 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( in CanInlineGlobalPropertyAccess() function in v8::internal::HOptimizedGraphBuilder
5146 return CanInlineGlobalPropertyAccess(it, access_type); in CanInlineGlobalPropertyAccess()
5149 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( in CanInlineGlobalPropertyAccess() function in v8::internal::HOptimizedGraphBuilder
5285 if (CanInlineGlobalPropertyAccess(variable, &it, LOAD)) { in VisitVariableProxy()
6560 if (CanInlineGlobalPropertyAccess(var, &it, STORE)) { in HandleGlobalVariableAssignment()
7526 if (CanInlineGlobalPropertyAccess(&it, access)) { in BuildNamedAccess()