Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp30 ItemData item_data(item); in Deduplicate()
83 class ItemData { class in panda::panda_file::ItemDeduper
85 explicit ItemData(BaseItem *item) : item_(item) in ItemData() function in panda::panda_file::ItemDeduper::ItemData
90 ~ItemData() = default;
92 DEFAULT_COPY_SEMANTIC(ItemData);
93 NO_MOVE_SEMANTIC(ItemData);
106 bool operator==(const ItemData &item_data) const noexcept in operator ==()
136 size_t operator()(const ItemData &item_data) const noexcept in operator ()()
142 std::unordered_set<ItemData, ItemHash> items_;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h407 struct ItemData { struct
415 using Item = std::unordered_map<uint32_t, ItemData>;
519 ConstantPoolInfo::ItemData &data = iter.second; in IterateConstantPoolInfo()
Dbytecode_info_collector.cpp839 item.insert({index, ItemData {index, methodOffset, nullptr, bcIndex}}); in AddIndexToCPItem()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1285 [this, jsPandaFile, &cpListIndexMap] (const kungfu::ConstantPoolInfo::ItemData &data) { in FillSnapshotConstantPoolList()
1297 …, jsPandaFile, &cpListIndexMap, bcInfoCollector] (const kungfu::ConstantPoolInfo::ItemData &data) { in FillSnapshotConstantPoolList()
1315 (const kungfu::ConstantPoolInfo::ItemData &data) { in FillSnapshotConstantPoolList()
1338 …, jsPandaFile, &cpListIndexMap, bcInfoCollector] (const kungfu::ConstantPoolInfo::ItemData &data) { in FillSnapshotConstantPoolList()
1363 …, jsPandaFile, &cpListIndexMap, bcInfoCollector] (const kungfu::ConstantPoolInfo::ItemData &data) { in FillSnapshotConstantPoolList()