Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtail-call-optimization.cc25 !NodeProperties::IsExceptionalCall(call)) { in Reduce()
Dnode-properties.h77 static bool IsExceptionalCall(Node* node);
Dnode-properties.cc126 bool NodeProperties::IsExceptionalCall(Node* node) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
Djs-inlining.cc348 if (NodeProperties::IsExceptionalCall(node)) { in ReduceJSCall()
Dscheduler.cc332 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()
376 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
Djs-typed-lowering.cc78 bool handles_exception = NodeProperties::IsExceptionalCall(node_); in ConvertInputsToNumber()
974 NodeProperties::IsExceptionalCall(node)) { in ReduceJSToObject()
1193 if (NodeProperties::IsExceptionalCall(node)) return NoChange(); in ReduceJSInstanceOf()
Deffect-control-linearizer.cc289 if (!NodeProperties::IsExceptionalCall(node)) { in TryScheduleCallIfSuccess()
353 DCHECK(!NodeProperties::IsExceptionalCall(node->InputAt(0))); in ProcessNode()
Dast-graph-builder.cc441 bool node_has_exception = NodeProperties::IsExceptionalCall(node); in AddToNode()
4069 bool node_has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState()