Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h341 const BB *GetPred(size_t cnt) const in GetPred()
347 BB *GetPred(size_t cnt) in GetPred()
353 void SetPred(size_t cnt, BB *pp) in SetPred()
400 const BB *GetSucc(size_t cnt) const in GetSucc()
406 BB *GetSucc(size_t cnt) in GetSucc()
412 void SetSucc(size_t cnt, BB *ss) in SetSucc()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp212 int cnt = every; in MakeObjectsAlive() local
227 int cnt = every; in MakeObjectsGarbage() local
243 int cnt = every; in MakeObjectsPermAlive() local
Dcard_table_test.cpp153 size_t cnt = 0; in TEST_F() local
Dmem_stats_gen_gc_test.cpp279 int cnt = every; in MakeObjectsAlive() local
294 int cnt = every; in MakeObjectsGarbage() local
309 int cnt = every; in MakeObjectsPermAlive() local
Dmonitor_test.cpp271 for (uint64_t cnt = 0; cnt < MarkWord::LIGHT_LOCK_LOCK_MAX_COUNT; cnt++) { in TEST_F() local
Dregion_allocator_test.cpp663 [[maybe_unused]] volatile size_t cnt = 0; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp344 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local
377 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local
Dmodule_section_des.h122 void SetFuncCount(uint32_t cnt) in SetFuncCount()
Delf_reader.cpp315 uint32_t cnt = moduleInfo->funcCount; in SeparateArkStackMapSections() local
391 uint32_t cnt = moduleInfo.funcCount; in SeparateArkStackMapSections() local
Delf_builder.cpp401 uint32_t cnt = des.GetFuncCount(); in MergeArkStackMapSections() local
Delf_checker.h235 unsigned int cnt; /* Number of elements of 'data' used. */ member
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp82 uint32_t cnt = desc->funcEntryDesSize / sizeof(FuncEntryDes); in SetData() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp398 int cnt = 0; // 0 = first element in Setter1() local
418 int cnt = 1; // 1 = second element in Setter2() local
433 int cnt = 2; // 2 = third element in Setter3() local
448 int cnt = 0; // 0 = first element in Getter1() local
458 int cnt = 1; // 1 = second element in Getter2() local
468 int cnt = 2; // 2 = third element in Getter3() local
482 int cnt = 1; // 1 = key in ObjectRefSet() local
524 int cnt = names->Length(vm); in GetProperty() local
540 int cnt = 1; // 1 = key in Get() local
576 int cnt = 1; // 1 = key in SetValueAgain() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp238 size_t cnt = 0; in CheckStateOutput() local
277 size_t cnt = 0; in CheckBranchOutput() local
Dverifier.cpp233 size_t cnt = 0; in RunFixedGatesRelationsCheck() local
Dllvm_ir_builder.cpp1071 int cnt = static_cast<int>(bbID2BB_.count(bbIdx)); in VisitPhi() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp256 uint32_t cnt = 0; in ExtractKeyInfo() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp391 auto &cnt = extractor.GetColumnNumberTable(method_id); variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp403 auto &cnt = extractor.GetColumnNumberTable(methodId); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp4222 uint32 cnt = 0; in CodeMotion() local
4642 uint32 cnt = 0; in ApplySSAPRE() local
5088 uint32 cnt = 0; in AllocateRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1445 uint32 cnt = 0; in GraphColorRegAllocator() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp661 auto cnt = (dst.GetId() == src1.GetId() ? tmp : dst); in EncodeRotate() local