Home
last modified time | relevance | path

Searched defs:cnt (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp95 uint32_t cnt = desc.funcEntryDesSize / sizeof(FuncEntryDes); in SetNonText() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dcard_table_test.cpp192 size_t cnt = 0; in TEST_F() local
H A Dg1gc_fullgc_test.cpp215 int cnt = every; in MakeObjectsAlive() local
[all...]
H A Dmem_stats_gen_gc_test.cpp435 int cnt = every; in MakeObjectsAlive() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_reader.cpp313 uint32_t cnt = moduleInfo->funcCount; in SeparateArkStackMapSections() local
389 uint32_t cnt = moduleInfo.funcCount; in SeparateArkStackMapSections() local
H A Dmodule_section_des.h122 void SetFuncCount(uint32_t cnt) in SetFuncCount() argument
H A Delf_builder.cpp462 uint32_t cnt = des.GetFuncCount(); in MergeArkStackMapSections() local
H A Delf_checker.h235 unsigned int cnt; /* Number of elements of 'data' used. */ member
/arkcompiler/runtime_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp392 auto &cnt = extractor.GetColumnNumberTable(method_id); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp404 auto &cnt = extractor.GetColumnNumberTable(methodId); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp234 size_t cnt = 0; in RunFixedGatesRelationsCheck() local
H A Dgate.cpp300 size_t cnt = 0; in CheckStateOutput() local
339 size_t cnt = 0; in CheckBranchOutput() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp232 uint32_t cnt = 0; in ExtractKeyInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp493 uint32_t cnt = 0; in GetRunningTaskCnt() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp150 uint16_t cnt = 0; in ParseDisjunction() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp433 uint64_t cnt = 0; in GetHeapCntAndSize() local
445 uint64_t cnt = 0; in GetSharedCntAndSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp777 uint32 cnt = 0; in ComputeLiveIntervalForCall() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A 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 Getter3() local
482 int cnt = 1; // 1 = key ObjectRefSet() local
524 int cnt = names->Length(vm); GetProperty() local
540 int cnt = 1; // 1 = key Get() local
576 int cnt = 1; // 1 = key SetValueAgain() local
598 int cnt = names->Length(vm); GetOwnEnumerablePropertyNames() local
614 int cnt = names->Length(vm); PrintAllProperty() local
719 int cnt = 10; // 10 = accommodate quantity NativePointer() local
745 int cnt = 111; // 111 = random Numbers SetPrototype() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp846 auto cnt = (dst.GetId() == src1.GetId() ? tmp : dst); in EncodeRotate() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1194 int cnt = static_cast<int>(bbID2BB_.count(bbIdx)); in VisitPhi() local

Completed in 40 milliseconds