| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | bb.h | 341 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/ |
| D | g1gc_fullgc_test.cpp | 212 int cnt = every; in MakeObjectsAlive() local 227 int cnt = every; in MakeObjectsGarbage() local 243 int cnt = every; in MakeObjectsPermAlive() local
|
| D | card_table_test.cpp | 153 size_t cnt = 0; in TEST_F() local
|
| D | mem_stats_gen_gc_test.cpp | 279 int cnt = every; in MakeObjectsAlive() local 294 int cnt = every; in MakeObjectsGarbage() local 309 int cnt = every; in MakeObjectsPermAlive() local
|
| D | monitor_test.cpp | 271 for (uint64_t cnt = 0; cnt < MarkWord::LIGHT_LOCK_LOCK_MAX_COUNT; cnt++) { in TEST_F() local
|
| D | region_allocator_test.cpp | 663 [[maybe_unused]] volatile size_t cnt = 0; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 344 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local 377 for (size_t cnt = 0; cnt < scnCnt; ++cnt) { in GetElfItem() local
|
| D | module_section_des.h | 122 void SetFuncCount(uint32_t cnt) in SetFuncCount()
|
| D | elf_reader.cpp | 315 uint32_t cnt = moduleInfo->funcCount; in SeparateArkStackMapSections() local 391 uint32_t cnt = moduleInfo.funcCount; in SeparateArkStackMapSections() local
|
| D | elf_builder.cpp | 401 uint32_t cnt = des.GetFuncCount(); in MergeArkStackMapSections() local
|
| D | elf_checker.h | 235 unsigned int cnt; /* Number of elements of 'data' used. */ member
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | machine_code.cpp | 82 uint32_t cnt = desc->funcEntryDesSize / sizeof(FuncEntryDes); in SetData() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 398 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/ |
| D | gate.cpp | 238 size_t cnt = 0; in CheckStateOutput() local 277 size_t cnt = 0; in CheckBranchOutput() local
|
| D | verifier.cpp | 233 size_t cnt = 0; in RunFixedGatesRelationsCheck() local
|
| D | llvm_ir_builder.cpp | 1071 int cnt = static_cast<int>(bbID2BB_.count(bbIdx)); in VisitPhi() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | source_map.cpp | 256 uint32_t cnt = 0; in ExtractKeyInfo() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 391 auto &cnt = extractor.GetColumnNumberTable(method_id); variable
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 403 auto &cnt = extractor.GetColumnNumberTable(methodId); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 4222 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/ |
| D | aarch64_color_ra.h | 1445 uint32 cnt = 0; in GraphColorRegAllocator() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 661 auto cnt = (dst.GetId() == src1.GetId() ? tmp : dst); in EncodeRotate() local
|