Home
last modified time | relevance | path

Searched refs:importPaths (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp44 importPaths(memPoolAllocator.Adapter()), in MIRModule()
168 if (!importPaths.empty()) { in DumpGlobals()
169 size_t size = importPaths.size(); in DumpGlobals()
171 LogInfo::MapleLogger() << "importpath \"" << GlobalTables::GetStrTable().GetStringFromStrIdx(importPaths[i]) in DumpGlobals()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h676 importPaths.push_back(path); in PushbackImportPath()
865 MapleVector<GStrIdx> importPaths; member in maple::MIRModule

Completed in 3 milliseconds