Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dmodule_data_accessor.h49 inline void EnumerateModuleRecord(const Callback &cb);
Dmodule_data_accessor-inl.h25 inline void ModuleDataAccessor::EnumerateModuleRecord(const Callback &cb) in EnumerateModuleRecord() function
/arkcompiler/runtime_core/abc2program/
Dabc_module_array_processor.cpp37 …module_data_accessor_->EnumerateModuleRecord([&](panda_file::ModuleTag tag, uint32_t export_name_o… in FillProgramData()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp272 mda.EnumerateModuleRecord([&](panda_file::ModuleTag tag, uint32_t export_name_offset, in AnalysisModuleRecordInfoOfModuleDataAccessor()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp554 …mda.EnumerateModuleRecord([&](const ModuleTag &tag, uint32_t export_name_offset, uint32_t module_r… in ExtractModuleRecord()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp423 mda.EnumerateModuleRecord([&](panda_file::ModuleTag tag, uint32_t export_name_offset, in GetModuleLiteralArray()