Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h118 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
Djs-inlining.cc422 NodeProperties::IsExceptionalCall(node, &exception_target); in ReduceJSCall()
494 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSCall()
Djs-typed-lowering.cc622 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSAdd()
1141 NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSToObject()
1260 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSHasInPrototypeChain()
1943 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceJSCall()
2311 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSCall()
Dnode-properties.cc66 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
Djs-inlining-heuristic.cc705 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
Dscheduler.cc366 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()
410 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
Djs-call-reducer.cc69 NodeProperties::IsExceptionalCall(node, &outermost_handler_);
2538 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceFunctionPrototypeApply()
3097 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectGet()
3163 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectHas()
3946 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceCallOrConstructWithArrayLikeOrSpread()
Djs-native-context-specialization.cc1220 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess()
1541 if (NodeProperties::IsExceptionalCall(node, &iterator_exception_node)) { in ReduceJSGetIterator()
Dsimplified-lowering.cc4093 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64()
4192 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()