Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds