Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h876 candidateSet_.clear(); in Clear()
885 return candidateSet_.find(methodId) != candidateSet_.end(); in Match()
891 std::unordered_set<EntityId> newIds = callback(recordName, candidateSet_); in Update()
893 candidateSet_.insert(newIds.begin(), newIds.end()); in Update()
926 candidateSet_.emplace(methodId); in MatchAndMarkMethod()
1007 std::unordered_set<EntityId> candidateSet_; // methodId in abc file, DO NOT for pgo internal use variable