Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc452 bool EscapeStatusAnalysis::IsAllocation(Node* node) { in IsAllocation() function in v8::internal::compiler::EscapeStatusAnalysis
533 if (IsAllocation(rep) && CheckUsesForEscape(node, rep)) { in Process()
559 if (IsAllocation(input)) continue; in IsAllocationPhi()
570 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) { in ProcessStoreField()
585 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) { in ProcessStoreElement()
665 if (!IsAllocation(rep) && SetEscaped(rep)) { in CheckUsesForEscape()
Descape-analysis.h40 bool IsAllocation(Node* node);