Searched refs:IsExceptionalCall (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-inlining.cc | 433 NodeProperties::IsExceptionalCall(node, &exception_target); in ReduceJSWasmCall() 449 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSWasmCall() 527 NodeProperties::IsExceptionalCall(node, &exception_target); in ReduceJSCall() 607 if (!NodeProperties::IsExceptionalCall(subnode)) { in ReduceJSCall()
|
D | wasm-inlining.cc | 210 NodeProperties::IsExceptionalCall(call) in Finalize() 351 if (NodeProperties::IsExceptionalCall(call, &handler)) { in InlineCall()
|
D | node-properties.h | 125 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
|
D | js-typed-lowering.cc | 629 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSAdd() 1151 NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSToObject() 1270 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSHasInPrototypeChain() 1928 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceJSForInNext() 2296 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceObjectIsArray()
|
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 | 736 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
|
D | scheduler.cc | 356 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks() 400 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
|
D | js-call-reducer.cc | 79 NodeProperties::IsExceptionalCall(node, &outermost_handler_); 2659 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceFunctionPrototypeApply() 3187 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectGet() 3253 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectHas() 3936 if (NodeProperties::IsExceptionalCall(construct, &on_exception)) { in CheckIfConstructor()
|
D | js-native-context-specialization.cc | 1146 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess() 1479 if (NodeProperties::IsExceptionalCall(node, &iterator_exception_node)) { in ReduceJSGetIterator()
|
D | simplified-lowering.cc | 4430 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64() 4529 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()
|