Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/aottest/useless_gate_elimination/
Duseless_gate_elimination.js18 let cnt = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h382 const BB *GetPred(size_t cnt) const in GetPred()
388 BB *GetPred(size_t cnt) in GetPred()
394 void SetPred(size_t cnt, BB *pp) in SetPred()
441 const BB *GetSucc(size_t cnt) const in GetSucc()
447 BB *GetSucc(size_t cnt) in GetSucc()
453 void SetSucc(size_t cnt, BB *ss) in SetSucc()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp92 uint32_t cnt = desc.funcEntryDesSize / sizeof(FuncEntryDes); in SetNonText() local
137 uint32_t cnt = desc.funcEntryDesSize / sizeof(FuncEntryDes); in SetData() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp215 int cnt = every; in MakeObjectsAlive() local
230 int cnt = every; in MakeObjectsGarbage() local
246 int cnt = every; in MakeObjectsPermAlive() local
Dmem_stats_gen_gc_test.cpp435 int cnt = every; in MakeObjectsAlive() local
450 int cnt = every; in MakeObjectsGarbage() local
465 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
Dcard_table_test.cpp192 size_t cnt = 0; in TEST_F() local
Dregion_allocator_test.cpp669 [[maybe_unused]] volatile size_t cnt = 0; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.cpp350 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local
383 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local
Dmodule_section_des.h122 void SetFuncCount(uint32_t cnt) in SetFuncCount()
Delf_reader.cpp313 uint32_t cnt = moduleInfo->funcCount; in SeparateArkStackMapSections() local
389 uint32_t cnt = moduleInfo.funcCount; in SeparateArkStackMapSections() local
Delf_builder.cpp462 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/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/extractortool/src/
Dsource_map.cpp231 uint32_t cnt = 0; in ExtractKeyInfo() local
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp392 auto &cnt = extractor.GetColumnNumberTable(method_id); variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp393 uint32_t cnt = 0; in DecodeStrTable() local
566 uint64_t cnt = 0; in GetHeapCntAndSize() local
578 uint64_t cnt = 0; in GetSharedCntAndSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp300 size_t cnt = 0; in CheckStateOutput() local
339 size_t cnt = 0; in CheckBranchOutput() local
Dverifier.cpp234 size_t cnt = 0; in RunFixedGatesRelationsCheck() local
/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/jit/
Djit.cpp523 uint32_t cnt = 0; in GetRunningTaskCnt() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp150 uint16_t cnt = 0; in ParseDisjunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp953 uint32 cnt = 0; in ComputeLiveIntervalForCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1445 uint32 cnt = 0; in GraphColorRegAllocator() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2846 uint32 cnt = 0; in ApplySSAPRE() local

12