Home
last modified time | relevance | path

Searched refs:stor16Pair_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h183 stor16Pair_(method->stor16Pair_), in Method()
330 return stor16Pair_.hotnessCounter; in GetHotnessCounter()
335 --stor16Pair_.hotnessCounter; in DecrementHotnessCounter()
361 stor16Pair_.hotnessCounter = static_cast<uint16_t>(counter); in SetHotnessCounter()
645 stor16Pair_.vtableIndex = vtableIndex; in SetVTableIndex()
650 return stor16Pair_.vtableIndex; in GetVTableIndex()
722 return MEMBER_OFFSET(Method, stor16Pair_) + MEMBER_OFFSET(Storage16Pair, vtableIndex); in GetVTableIndexOffset()
726 return MEMBER_OFFSET(Method, stor16Pair_) + MEMBER_OFFSET(Storage16Pair, hotnessCounter); in GetHotnessCounterOffset()
928 Storage16Pair stor16Pair_; member in ark::Method::VerificationStage
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp198 stor16Pair_({0, 0}), in Method()
623 stor16Pair_.hotnessCounter = GetInitialHotnessCounter(); in ResetHotnessCounter()

Completed in 3 milliseconds