Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-info.cc25 bool CanInlineElementAccess(Handle<Map> map) { in CanInlineElementAccess() function
256 if (!CanInlineElementAccess(map)) return false; in ComputeElementAccessInfo()
282 if (CanInlineElementAccess(map) && in ComputeElementAccessInfos()
609 if (!CanInlineElementAccess(map) || map->instance_type() != instance_type) { in ConsolidateElementLoad()