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/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/ets2panda/util/
DgenerateBin.cpp26 std::map<std::string, size_t> stat; in GenerateProgram() local
/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/static_core/compiler/optimizer/
Dpass_manager_statistics.cpp54 for (const auto& stat : passStatList_) { in PrintStatistics() local
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp54 for (const auto& stat : pass_stat_list_) { 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 __anon9c73f1300202() variable
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp166 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
Dassembly-emitter.cpp1554 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1570 …ter::Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, in Emit()
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp163 std::map<std::string, size_t> stat; in EmitProgramInBinary() local
Dassembly-emitter.cpp1476 bool AsmEmitter::Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, in Emit()
1492 …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.cpp710 std::map<std::string, size_t> stat; in GetStat() local
756 std::map<std::string, Stat> stat; in DumpItemsStat() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp735 std::map<std::string, size_t> stat; in GetStat() local
781 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.cpp1457 std::map<std::string, size_t> stat; in EmitProgram() local