Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_context_mock.h68 abcIdRemap_.clear();
73 abcIdRemap_[oldId] = newId;
78 return abcIdRemap_;
87 mutable std::map<ApEntityId, ApEntityId> abcIdRemap_; member in panda::ecmascript::pgo::PGOContextMock
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h539 abcIdRemap_.clear();
544 abcIdRemap_[oldId] = newId;
549 return abcIdRemap_;
569 mutable std::map<ApEntityId, ApEntityId> abcIdRemap_; member in panda::ecmascript::pgo::PGORecordDetailInfos
736 abcIdRemap_.clear();
741 return abcIdRemap_;
746 abcIdRemap_[oldId] = newId;
765 mutable std::map<ApEntityId, ApEntityId> abcIdRemap_; member in panda::ecmascript::pgo::PGORecordSimpleInfos
H A Dpgo_profiler_info.cpp747 if (!abcIdRemap_.empty()) { in ParseFromBinary()
749 LOG_ECMA(DEBUG) << "remap with abcRemapSize: " << abcIdRemap_.size(); in ParseFromBinary()
982 abcIdRemap_.clear(); in Clear()
1012 if (!abcIdRemap_.empty()) { in ParseFromBinary()
1014 LOG_ECMA(DEBUG) << "remap with abcRemapSize: " << abcIdRemap_.size(); in ParseFromBinary()
1132 abcIdRemap_.clear(); in Clear()

Completed in 5 milliseconds