| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | function_call_timer.cpp | 66 FunctionCallStat stat(funcName, isAot); in InitialStatAndTimer() local 73 FunctionCallStat stat(funcName, isAot); in InitialStatAndTimer() local 96 for (auto &stat : aotCallStat_) { in PrintAllStats() local 99 for (auto &stat : intCallStat_) { in PrintAllStats() local 108 for (auto &stat : callStatVec) { in PrintAllStats() local 123 for (auto &stat : aotCallStat_) { in ResetStat() local 127 for (auto &stat : intCallStat_) { in ResetStat() local
|
| D | runtime_stat.h | 66 RuntimeTimerScope(int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiReaderForTest.ts | 30 const stat = fs.statSync(inputPath); constant 45 const stat = fs.statSync(filePath); constant
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/ |
| D | generate_arktsconfig.ts | 107 const stat = fs.statSync(itemPath); constant 171 const stat = fs.statSync(moduleInfo.entryFile); constant 274 const stat = fs.statSync(entryFilePath); constant
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | README_en.md | 82 ## stat section in AOT JS Perf Test Temporary Execution README
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | generateBin.cpp | 86 auto &stat = *statp; in GenerateProgramImpl() local 107 std::map<std::string, size_t> stat; in GenerateProgram() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 196 stat: 1, property
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | os.cpp | 130 struct statvfs stat; in CheckDiskSpace() local 140 struct statfs stat; in GetDeviceValidSize() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | main.cpp | 61 static void DumpPandaFileSizeStatistic(std::map<std::string, size_t> &stat) in DumpPandaFileSizeStatistic() 82 static void DumpPandaFileSizePctStatistic(std::map<std::string, size_t> &stat) in DumpPandaFileSizePctStatistic() 188 std::map<std::string, size_t> stat; in GenerateProgram() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/ |
| D | CountNapiFile.ts | 141 const stat = await fs.promises.stat(directory); constant
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/build/ |
| D | generateArkTSConfig.ts | 83 const stat = fs.statSync(itemPath); constant
|
| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | regallocTest.js | 124 function stat(a) { function
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.cpp | 52 for (const auto& stat : pass_stat_list_) { in PrintStatistics() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pass_manager_statistics.cpp | 54 for (const auto& stat : passStatList_) { in PrintStatistics() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | set_operations_property_test.cpp | 57 auto stat = [&intervals](const std::initializer_list<size_t> &sizes) { in __anonb818e2710202() variable
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | pandasm.cpp | 164 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
|
| D | assembly-emitter.cpp | 1872 bool AsmEmitter::Emit(Writer *writer, Program &program, std::map<std::string, size_t> *stat, in Emit() 1888 …smEmitter::Emit(const std::string &filename, Program &program, std::map<std::string, size_t> *stat, in Emit()
|
| /arkcompiler/runtime_core/assembler/ |
| D | pandasm.cpp | 163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
|
| D | assembly-emitter.cpp | 1456 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit() 1474 …ter::Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, in Emit()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 681 std::map<std::string, size_t> stat; in AnalysisProgram() local 706 std::map<std::string, size_t> stat; in OptimizeProgram() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.cpp | 780 std::map<std::string, size_t> stat; in GetStat() local 836 std::map<std::string, Stat> stat; in DumpItemsStat() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.cpp | 808 std::map<std::string, size_t> stat; in GetStat() local 854 std::map<std::string, Stat> stat; in DumpItemsStat() local
|