Home
last modified time | relevance | path

Searched refs:DeoptCountBits (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h276 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 variable
441 …using DeoptTypeBits = DeoptCountBits::NextField<kungfu::DeoptType, DEOPTTYPE_NUM_BITS>; // offset …