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

/external/v8/src/crankshaft/
H A Dhydrogen.cc5143 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( function in class:v8::internal::HOptimizedGraphBuilder
5146 return CanInlineGlobalPropertyAccess(it, access_type);
5149 bool HOptimizedGraphBuilder::CanInlineGlobalPropertyAccess( function in class:v8::internal::HOptimizedGraphBuilder
5285 if (CanInlineGlobalPropertyAccess(variable, &it, LOAD)) {
6560 if (CanInlineGlobalPropertyAccess(var, &it, STORE)) {
7525 if (CanInlineGlobalPropertyAccess(&it, access)) {

Completed in 407 milliseconds