Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h211 using HotnessCounterBits = BitField<int16_t, 0, METHOD_ARGS_NUM_BITS>; // offset 0-15 member
212 …using MethodIdBits = HotnessCounterBits::NextField<uint32_t, METHOD_ARGS_METHODID_BITS>; // offset…
223 literalInfo_ = HotnessCounterBits::Update(literalInfo_, counter); in SetHotnessCounter()
279 return HotnessCounterBits::Decode(literalInfo); in GetHotnessCounter()
284 return HotnessCounterBits::Update(literalInfo, counter); in SetHotnessCounter()