Searched refs:ResolvedMethodBit (Results 1 – 1 of 1) sorted by relevance
349 return CompileStateBit::ResolvedMethodBit::Decode(compileState_.value_); in IsResolvedMethod()354 CompileStateBit::ResolvedMethodBit::Set<uint8_t>(isDeoptResolveNeed, &compileState_.value_); in SetResolvedMethod()370 using ResolvedMethodBit = TypeInferAbortBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>; variable