Home | History | Annotate | Download | only in src

Lines Matching refs:REGISTER

22   V(Register,        REGISTER,          16)   \
34 REGISTER,
92 // instruction start. Register allocator is free to assign the same register
98 // instruction. This means that register allocator will not reuse it's
99 // register for any other operand inside instruction.
241 // [virtual_register]: The virtual register ID for this operand.
488 void Register(int deoptimization_index,
708 // An input operand in register, stack slot or a constant operand.
709 // Will not be moved to a register even if one is freely available.