Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h212 …using MethodIdBits = HotnessCounterBits::NextField<uint32_t, METHOD_ARGS_METHODID_BITS>; // offset… member
213 using SlotSizeBits = MethodIdBits::NextField<uint16_t, METHOD_SLOT_SIZE_BITS>; // offset 48-63
228 return EntityId(MethodIdBits::Decode(literalInfo_)); in GetMethodId()
299 return EntityId(MethodIdBits::Decode(literalInfo)); in GetMethodId()
345 literalInfo_ = MethodIdBits::Update(literalInfo_, methodId.GetOffset()); in SetMethodId()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h1217 … GateRef methodId = Int64And(Int64LSR(LiteralInfo, Int64(MethodLiteral::MethodIdBits::START_BIT)), in GetMethodId()
1218 Int64((1LLU << MethodLiteral::MethodIdBits::SIZE) - 1)); in GetMethodId()