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