Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h515 void IterateConstantPoolInfo(ConstantPoolInfo::ItemType type, const Callback &cb) in IterateConstantPoolInfo() function
751 void IterateConstantPoolInfo(ConstantPoolInfo::ItemType type, const Callback &cb) in IterateConstantPoolInfo() function
753 bytecodeInfo_.IterateConstantPoolInfo(type, cb); in IterateConstantPoolInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1284 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::STRING, in FillSnapshotConstantPoolList()
1296 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::METHOD, in FillSnapshotConstantPoolList()
1313 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::CLASS_LITERAL, in FillSnapshotConstantPoolList()
1337 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::OBJECT_LITERAL, in FillSnapshotConstantPoolList()
1362 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::ARRAY_LITERAL, in FillSnapshotConstantPoolList()