Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc64 bool IsAllocation(Node* node);
606 bool EscapeStatusAnalysis::IsAllocation(Node* node) { in IsAllocation() function in v8::internal::compiler::EscapeStatusAnalysis
693 if (IsAllocation(rep) && CheckUsesForEscape(node, rep)) { in Process()
729 if (IsAllocation(input)) continue; in IsAllocationPhi()
739 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) { in ProcessStoreField()
751 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) { in ProcessStoreElement()
820 if (!IsAllocation(rep) && SetEscaped(rep)) { in CheckUsesForEscape()