Lines Matching refs:Output
32 DCHECK(Output() == NULL ||33 LUnallocated::cast(Output())->HasFixedPolicy() ||34 !LUnallocated::cast(Output())->HasRegisterPolicy());920 if (instr->Output() != NULL) {921 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;