Home | History | Annotate | Download | only in compiler

Lines Matching defs:is_tagged

584     UnallocatedOperand* operand, int pos, bool is_tagged) {
599 if (is_tagged) {
841 bool is_tagged = HasTaggedValue(first_output->virtual_register());
842 AllocateFixed(first_output, gap_index, is_tagged);
880 bool is_tagged = HasTaggedValue(cur_input->virtual_register());
881 AllocateFixed(cur_input, gap_index + 1, is_tagged);