Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc433 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()
Dwasm-inlining.cc210 NodeProperties::IsExceptionalCall(call) in Finalize()
351 if (NodeProperties::IsExceptionalCall(call, &handler)) { in InlineCall()
Dnode-properties.h125 static bool IsExceptionalCall(Node* node, Node** out_exception = nullptr);
Djs-typed-lowering.cc629 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()
Dnode-properties.cc66 bool NodeProperties::IsExceptionalCall(Node* node, Node** out_exception) { in IsExceptionalCall() function in v8::internal::compiler::NodeProperties
Djs-inlining-heuristic.cc736 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate()
Dscheduler.cc356 if (NodeProperties::IsExceptionalCall(node)) { in BuildBlocks()
400 if (NodeProperties::IsExceptionalCall(node)) { in ConnectBlocks()
Djs-call-reducer.cc79 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()
Djs-native-context-specialization.cc1146 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess()
1479 if (NodeProperties::IsExceptionalCall(node, &iterator_exception_node)) { in ReduceJSGetIterator()
Dsimplified-lowering.cc4430 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToFloat64()
4529 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in DoJSToNumberOrNumericTruncatesToWord32()