Lines Matching refs:is_tail_call
3254 bool is_tail_call, LInstruction* instr) {
3276 if (is_tail_call) {
3283 if (is_tail_call) {
3290 if (!is_tail_call) {
3298 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3713 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow;
3715 if (is_tail_call) {
3728 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3732 instr->arity(), is_tail_call, instr);