Lines Matching refs:is_tail_call
3073 bool is_tail_call, LInstruction* instr) {
3095 if (is_tail_call) {
3102 if (is_tail_call) {
3109 if (!is_tail_call) {
3118 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3590 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow;
3592 if (is_tail_call) {
3606 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3610 instr->arity(), is_tail_call, instr);