Lines Matching defs:is_tail_call
1893 bool is_tail_call, LInstruction* instr) {
1926 is_tail_call) {
1933 if (is_tail_call) {
1940 if (!is_tail_call) {
1948 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
2872 bool is_tail_call = hinstr->tail_call_mode() == TailCallMode::kAllow;
2874 if (is_tail_call) {
2888 InvokeFlag flag = is_tail_call ? JUMP_FUNCTION : CALL_FUNCTION;
2892 instr->arity(), is_tail_call, instr);