Home
last modified time | relevance | path

Searched defs:fileInfo (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dcompile_worker.ts42 for (const fileInfo of taskList) { constant
51 '--output', fileInfo.abcFilePath, constant
Ddeclgen_worker.ts55 for (const fileInfo of taskList) { constant
Dbase_mode.ts231 fileInfo.abcFilePath, constant
628 const fileInfo: CompileFileInfo = { constant
678 const fileInfo: CompileFileInfo = { constant
/arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/
DIncrementalLinter.ts87 const fileInfo = state.fileInfos.get(changedFile); constant
/arkcompiler/ets_frontend/ets2panda/bindings/src/build/
DbuildMode.ts94 for (const fileInfo of moduleInfo.compileFileInfos) { constant
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp30 struct _finddata_t fileInfo; in EnumerateFilesWindows() local
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts86 for (const fileInfo of reportJson) { constant
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp89 …auto fileInfo = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(Cast(CP_PANDA_INFO_ITEM::COUNT)); in AddSnapshotCpArrayToData() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DCheckEntry.ts172 for (const fileInfo of this.selectFileList) { constant
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp248 struct stat fileInfo; in RealPath() local
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.cpp50 for (auto &fileInfo : pandaFileMap) { in WritePandaFilesSection() local
61 for (auto &fileInfo : pandaFileMap) { in WritePandaFilesSection() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp267 AbcFileInfo fileInfo(extendedFilePath, jsPandaFile); in GenerateAbcFileInfos() local
281 for (const AbcFileInfo &fileInfo : fileInfos_) { in GenerateBytecodeInfoCollectors() local
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dextractor_test.cpp197 FileInfo fileInfo; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp117 for (const auto &fileInfo : fileInfos_) { in Checksum() local
131 for (const auto &fileInfo : fileInfos_) { in UpdateFileInfosAbcID() local
Dpgo_profiler_info.h98 for (const auto &fileInfo : fileInfos_) { in ForEachFileInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp588 JSMutableHandle<TaggedArray> fileInfo(thread, JSTaggedValue::Undefined()); in ParseDeserializedData() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h844 MIRInfoVector fileInfo; // store info provided under fileInfo keyword variable