Searched refs:exception_target (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining.cc | 87 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()
|
D | js-inlining.h | 70 Node* exception_target,
|