Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 10 of 10) 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/tools/circuit_viewer/src/engine/graphics/
DXTexture.js71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
80 this.ximages[rid] = { stat: 0, path: path, tex: null }; property
158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
180 stat: 1, property
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp63 static void DumpPandaFileSizeStatistic(std::map<std::string, size_t> &stat) in DumpPandaFileSizeStatistic()
141 std::map<std::string, size_t> stat; in GenerateProgram() local
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp54 for (const auto& stat : pass_stat_list_) { in PrintStatistics() local
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
Dassembly-emitter.cpp1408 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1424 …ter::Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, in Emit()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp708 std::map<std::string, size_t> stat; in GetStat() local
754 std::map<std::string, Stat> stat; in DumpItemsStat() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp639 std::map<std::string, size_t> stat; in OptimizeProgram() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1459 std::map<std::string, size_t> stat; in EmitProgram() local