Searched refs:IsExceptionalCall (Results 1 – 10 of 10) sorted by relevance
26 !NodeProperties::IsExceptionalCall(call)) { in Reduce()
79 static bool IsExceptionalCall(Node* node);
129 bool NodeProperties::IsExceptionalCall(Node* node) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
332 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()376 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
190 bool handles_exception = NodeProperties::IsExceptionalCall(node_); in ConvertInputsToNumber()1243 NodeProperties::IsExceptionalCall(node)) { in ReduceJSToObject()2200 if (NodeProperties::IsExceptionalCall(node)) return NoChange(); in ReduceJSForInNext()
492 if (!NodeProperties::IsExceptionalCall(node)) { in TryScheduleCallIfSuccess()558 DCHECK(!NodeProperties::IsExceptionalCall(node->InputAt(0))); in ProcessNode()
722 if (NodeProperties::IsExceptionalCall(node)) return NoChange(); in ReduceJSCreateArray()
619 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState()
594 bool is_exceptional = NodeProperties::IsExceptionalCall(node); in ReduceNamedAccess()
2853 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState()