Home
last modified time | relevance | path

Searched defs:PushFrameInfoForFix (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dgc_infos.h157 …void PushFrameInfoForFix(const GCInfoNodeForFix& frameGCInfo) { gcInfosForFix.push_back(frameGCInf… in PushFrameInfoForFix() function
158 …void PushFrameInfoForFix(const GCInfoNodeForFix&& frameGCInfo) { gcInfosForFix.push_back(frameGCIn… in PushFrameInfoForFix() function
205 void PushFrameInfoForFix(const GCInfoNodeForFix& infoNodeFoxFix) in PushFrameInfoForFix() function
209 void PushFrameInfoForFix(const GCInfoNodeForFix&& infoNodeForFix) in PushFrameInfoForFix() function
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator.h251 …void PushFrameInfoForFix(const GCInfoNodeForFix& frameGCInfo) { gcInfos_.PushFrameInfoForFix(frame… in PushFrameInfoForFix() function
253 …void PushFrameInfoForFix(const GCInfoNodeForFix&& frameGCInfo) { gcInfos_.PushFrameInfoForFix(fram… in PushFrameInfoForFix() function