Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp66 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
Druntime_stat.h66 RuntimeTimerScope(int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope()
/arkcompiler/ets_runtime/test/aotjsperftest/
DREADME_en.md82 ## stat section in AOT JS Perf Test Temporary Execution README
/arkcompiler/ets_frontend/ets2panda/util/
DgenerateBin.cpp84 auto &stat = *statp; in GenerateProgramImpl() local
105 std::map<std::string, size_t> stat; in GenerateProgram() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js73 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_frontend/es2panda/aot/
Dmain.cpp68 static void DumpPandaFileSizeStatistic(std::map<std::string, size_t> &stat) in DumpPandaFileSizeStatistic()
89 static void DumpPandaFileSizePctStatistic(std::map<std::string, size_t> &stat) in DumpPandaFileSizePctStatistic()
195 std::map<std::string, size_t> stat; in GenerateProgram() local
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp52 for (const auto& stat : pass_stat_list_) { in PrintStatistics() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager_statistics.cpp54 for (const auto& stat : passStatList_) { in PrintStatistics() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dset_operations_property_test.cpp57 auto stat = [&intervals](const std::initializer_list<size_t> &sizes) { in __anone5b9da0f0202() variable
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
Dassembly-emitter.cpp1512 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1530 …ter::Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, in Emit()
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
Dassembly-emitter.cpp1519 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1534 …ter::Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, in Emit()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp691 std::map<std::string, size_t> stat; in AnalysisProgram() local
715 std::map<std::string, size_t> stat; in OptimizeProgram() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp727 std::map<std::string, size_t> stat; in GetStat() local
773 std::map<std::string, Stat> stat; in DumpItemsStat() local
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp744 std::map<std::string, size_t> stat; in GetStat() local
795 std::map<std::string, Stat> stat; in DumpItemsStat() local