Searched refs:DeoptCountBits (Results 1 – 1 of 1) sorted by relevance
276 return DeoptCountBits::Update(literalInfo, count); in SetDeoptThreshold()281 return DeoptCountBits::Decode(literalInfo); in GetDeoptThreshold()440 … using DeoptCountBits = FunctionKindBits::NextField<uint8_t, DEOPT_THRESHOLD_BITS>; // offset 12-19 variable441 …using DeoptTypeBits = DeoptCountBits::NextField<kungfu::DeoptType, DEOPTTYPE_NUM_BITS>; // offset …