Searched refs:IsAllocation (Results 1 – 2 of 2) sorted by relevance
452 bool EscapeStatusAnalysis::IsAllocation(Node* node) { in IsAllocation() function in v8::internal::compiler::EscapeStatusAnalysis533 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()
40 bool IsAllocation(Node* node);