Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp37 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.cpp272 AbcFileInfo fileInfo(extendedFilePath, jsPandaFile); in GenerateAbcFileInfos() local
295 for (const AbcFileInfo &fileInfo : fileInfos_) { in GenerateBytecodeInfoCollectors() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp524 JSMutableHandle<TaggedArray> fileInfo(thread, JSTaggedValue::Undefined()); in ParseDeserializedData() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h903 MIRInfoVector fileInfo; // store info provided under fileInfo keyword variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp303 struct stat fileInfo; in GetFileSize() local