Home | History | Annotate | Download | only in compiler

Lines Matching defs:Lifetime

166   // Lifetime of operand inside the instruction.
167 enum Lifetime {
204 UnallocatedOperand(ExtendedPolicy policy, Lifetime lifetime,
209 value_ |= LifetimeField::encode(lifetime);
295 // [lifetime]: Only for non-FIXED_SLOT.
317 // L ... Lifetime
335 class LifetimeField : public BitField64<Lifetime, 39, 1> {};