Searched refs:exception_target (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining.cc | 85 Node* exception_target, in InlineCall() argument 143 if (exception_target != nullptr) { in InlineCall() 173 ReplaceWithValue(exception_target, value_output, effect_output, in InlineCall() 176 ReplaceWithValue(exception_target, exception_target, exception_target, in InlineCall() 457 Node* exception_target = nullptr; in ReduceJSCall() local 461 DCHECK_NULL(exception_target); in ReduceJSCall() 462 exception_target = edge.from(); in ReduceJSCall() 468 if (exception_target != nullptr) { in ReduceJSCall() 473 exception_target->id(), exception_target->op()->mnemonic(), in ReduceJSCall() 483 exception_target->id(), exception_target->op()->mnemonic()); in ReduceJSCall() [all …]
|
D | js-inlining.h | 62 Node* exception_target,
|