Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp808 GateRef ProfilerStubBuilder::GetBitFieldOffsetFromProfileTypeInfo(GateRef profileTypeInfo) in GetBitFieldOffsetFromProfileTypeInfo() function in panda::ecmascript::kungfu::ProfilerStubBuilder
818 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoDumped()
825 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoPreDumped()
832 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in IsProfileTypeInfoWithBigMethod()
867 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in SetDumpPeriodIndex()
874 GateRef periodCounterOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in SetPreDumpPeriodIndex()
890 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetJitHotnessThresholdOffset()
923 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetJitCallThresholdOffset()
950 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInfo); in GetOsrHotnessThresholdOffset()
964 GateRef bitFieldOffset = GetBitFieldOffsetFromProfileTypeInfo(profileTypeInf in GetBaselineJitHotnessThresholdOffset()
[all...]
H A Dprofiler_stub_builder.h137 GateRef GetBitFieldOffsetFromProfileTypeInfo(GateRef profileTypeInfo);

Completed in 3 milliseconds