Lines Matching refs:is_tail_call
3162 bool is_tail_call, LInstruction* instr) {
3183 if (is_tail_call) {
3190 if (is_tail_call) {
3197 if (!is_tail_call) {
3208 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3711 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow;
3713 if (is_tail_call) {
3728 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
3732 instr->arity(), is_tail_call, instr);