Searched refs:IsExceptionalCall (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | node-properties.h | 118 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
|
D | js-inlining.cc | 422 NodeProperties::IsExceptionalCall(node, &exception_target); in ReduceJSCall() 494 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSCall()
|
D | js-typed-lowering.cc | 622 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()
|
D | node-properties.cc | 66 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
|
D | js-inlining-heuristic.cc | 705 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
|
D | scheduler.cc | 366 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks() 410 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
|
D | js-call-reducer.cc | 69 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()
|
D | js-native-context-specialization.cc | 1220 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess() 1541 if (NodeProperties::IsExceptionalCall(node, &iterator_exception_node)) { in ReduceJSGetIterator()
|
D | simplified-lowering.cc | 4093 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64() 4192 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()
|