Searched defs:stat (Results 1 – 10 of 10) sorted by relevance
/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_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 71 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/ |
D | main.cpp | 63 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/ |
D | pass_manager_statistics.cpp | 54 for (const auto& stat : pass_stat_list_) { in PrintStatistics() local
|
/arkcompiler/runtime_core/assembler/ |
D | pandasm.cpp | 163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
|
D | assembly-emitter.cpp | 1408 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/ |
D | file_item_container.cpp | 708 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/ |
D | helpers.cpp | 639 std::map<std::string, size_t> stat; in OptimizeProgram() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 1459 std::map<std::string, size_t> stat; in EmitProgram() local
|