Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtail-call-optimization.cc26 !NodeProperties::IsExceptionalCall(call)) { in Reduce()
Dnode-properties.h78 static bool IsExceptionalCall(Node* node);
Dnode-properties.cc126 bool NodeProperties::IsExceptionalCall(Node* node) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
Dscheduler.cc332 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()
376 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
Djs-typed-lowering.cc119 bool handles_exception = NodeProperties::IsExceptionalCall(node_); in ConvertInputsToNumber()
1127 NodeProperties::IsExceptionalCall(node)) { in ReduceJSToObject()
Djs-create-lowering.cc633 if (NodeProperties::IsExceptionalCall(node)) return NoChange(); in ReduceJSCreateArray()
Djs-native-context-specialization.cc219 bool is_exceptional = NodeProperties::IsExceptionalCall(node); in ReduceNamedAccess()
Dbytecode-graph-builder.cc619 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState()
Deffect-control-linearizer.cc490 if (!NodeProperties::IsExceptionalCall(node)) { in TryScheduleCallIfSuccess()
556 DCHECK(!NodeProperties::IsExceptionalCall(node->InputAt(0))); in ProcessNode()
Dast-graph-builder.cc4021 bool has_exception = NodeProperties::IsExceptionalCall(node); in PrepareFrameState()