Home
last modified time | relevance | path

Searched refs:exception_target (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-inlining.cc87 Node* exception_target, in InlineCall() argument
145 if (exception_target != nullptr) { in InlineCall()
178 ReplaceWithValue(exception_target, value_output, effect_output, in InlineCall()
181 ReplaceWithValue(exception_target, exception_target, exception_target, in InlineCall()
441 Node* exception_target = nullptr; in ReduceJSCall() local
442 if (NodeProperties::IsExceptionalCall(node, &exception_target) && in ReduceJSCall()
447 exception_target->id(), exception_target->op()->mnemonic(), in ReduceJSCall()
467 (exception_target != nullptr) ? " (inside try-block)" : ""); in ReduceJSCall()
504 if (exception_target != nullptr) { in ReduceJSCall()
634 exception_target, uncaught_subcalls); in ReduceJSCall()
Djs-inlining.h70 Node* exception_target,