Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp818 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoDumped() local
819 GateRef count = Load(VariableType::INT32(), profileTypeInfo, periodCounterOffset); in IsProfileTypeInfoDumped()
825 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoPreDumped() local
826 GateRef count = Load(VariableType::INT32(), profileTypeInfo, periodCounterOffset); in IsProfileTypeInfoPreDumped()
832 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoWithBigMethod() local
833 GateRef count = Load(VariableType::INT32(), profileTypeInfo, periodCounterOffset); in IsProfileTypeInfoWithBigMethod()
867 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in SetDumpPeriodIndex() local
869 Store(VariableType::INT32(), glue, profileTypeInfo, periodCounterOffset, newCount); in SetDumpPeriodIndex() local
874 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in SetPreDumpPeriodIndex() local
876 Store(VariableType::INT32(), glue, profileTypeInfo, periodCounterOffset, newCoun in SetPreDumpPeriodIndex() local
[all...]

Completed in 3 milliseconds