Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/
DIncrementalLinter.ts87 const fileInfo = state.fileInfos.get(changedFile); 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_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp90 struct stat fileInfo; in RealPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp263 AbcFileInfo fileInfo(extendedFilePath, jsPandaFile); in GenerateAbcFileInfos() local
277 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.cpp114 for (const auto &fileInfo : fileInfos_) { in Checksum() local
128 for (const auto &fileInfo : fileInfos_) { in UpdateFileInfosAbcID() local
Dpgo_profiler_info.h99 for (const auto &fileInfo : fileInfos_) { in ForEachFileInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp532 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
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp348 struct stat fileInfo; in GetFileSize() local