Searched refs:IsExceptionalCall (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | node-properties.h | 81 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
|
D | js-inlining.cc | 442 if (NodeProperties::IsExceptionalCall(node, &exception_target) && in ReduceJSCall() 511 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSCall()
|
D | js-typed-lowering.cc | 719 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()
|
D | js-call-reducer.cc | 347 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 …]
|
D | js-inlining-heuristic.cc | 638 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
|
D | node-properties.cc | 130 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
|
D | scheduler.cc | 359 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks() 404 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
|
D | simplified-lowering.cc | 3342 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64() 3441 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()
|
D | js-native-context-specialization.cc | 856 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess()
|