Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h110 void SetFuncCount(uint32_t cnt) in SetFuncCount()
Delf_reader.cpp289 uint32_t cnt = moduleInfo->funcCount; in SeparateArkStackMapSections() local
339 uint32_t cnt = moduleInfo.funcCount; in SeparateArkStackMapSections() local
Delf_builder.cpp368 uint32_t cnt = des.GetFuncCount(); in MergeArkStackMapSections() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp232 size_t cnt = 0; in CheckStateOutput() local
271 size_t cnt = 0; in CheckBranchOutput() local
Dverifier.cpp233 size_t cnt = 0; in RunFixedGatesRelationsCheck() local
Dllvm_ir_builder.cpp1024 int cnt = static_cast<int>(bbID2BB_.count(bbIdx)); in VisitPhi() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp391 auto &cnt = extractor.GetColumnNumberTable(method_id); variable