Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h81 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
Djs-inlining.cc442 if (NodeProperties::IsExceptionalCall(node, &exception_target) && in ReduceJSCall()
511 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSCall()
Djs-typed-lowering.cc719 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceCreateConsString()
1142 NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSToObject()
1261 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSHasInPrototypeChain()
1862 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceJSForInNext()
2233 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceObjectIsArray()
Djs-call-reducer.cc347 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceFunctionPrototypeApply()
878 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectGet()
948 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectHas()
1160 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayForEach()
1428 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayReduce()
1636 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayMap()
1883 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayFilter()
2116 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayFind()
2457 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayEvery()
2813 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArraySome()
[all …]
Djs-inlining-heuristic.cc638 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
Dnode-properties.cc130 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
Dscheduler.cc359 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()
404 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
Dsimplified-lowering.cc3342 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64()
3441 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()
Djs-native-context-specialization.cc856 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess()