| /arkcompiler/ets_runtime/test/moduletest/weaktransitions/ |
| H A D | weaktransitions.js | 22 var count = 0; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utils.cpp | 27 uint32_t count = 1U; in CountDigits() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | binary_buffer_parser.cpp | 19 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer() argument 31 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() argument 37 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | stream.h | 22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | native_stack.cpp | 26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | monitor_analysis.cpp | 95 uint32_t count = uninitialized; in RunImpl() local
|
| /arkcompiler/runtime_core/static_core/verification/value/tests/ |
| H A D | variables_test.cpp | 46 size_t count = 0; in TEST_F() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | dumper.cpp | 25 int count = 0; in DumpLiterals() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_string.cpp | 36 uint32_t count = cookedStrings->GetArrayLength(); in GetTemplateObject() local
|
| H A D | mutator_lock.h | 46 explicit SuspendBarrier(int32_t count) : passBarrierCount_(count) in SuspendBarrier() argument 62 void Initialize(int32_t count) in Initialize() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/stringrefwriteutf16_fuzzer/ |
| H A D | stringrefwriteutf16_fuzzer.cpp | 45 int count = res->WriteUtf16(vm, buffer, length - 1); in StringRefWriteUtf16FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_common.h | 47 constexpr uint64_t operator"" _KB(long double count) in _KB() argument 53 constexpr uint64_t operator"" _KB(unsigned long long count) in _KB() argument 58 constexpr uint64_t operator"" _MB(long double count) in _MB() argument 64 constexpr uint64_t operator"" _MB(unsigned long long count) in _MB() argument 69 constexpr uint64_t operator"" _GB(long double count) in _GB() argument 75 _GB(unsigned long long count) _GB() argument [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | spill_fills_resolver_test.cpp | 62 static void InitUsedRegs(Graph *graph, size_t count) in InitUsedRegs() argument
|
| H A D | reg_alloc_resolver_test.cpp | 71 static void InitUsedRegs(Graph *graph, size_t count) in InitUsedRegs() argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | native_stack.cpp | 39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.cpp | 36 void InterferenceGraph::Reserve(size_t count) in Reserve() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | intrusive_gc_test_api_test.cpp | 67 size_t count = 0; in TEST_P() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/ |
| H A D | aarch64_builder.cpp | 43 const size_t count = cs->GetParametersCount(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/ |
| H A D | x64_builder.cpp | 40 const size_t count = cs->GetParametersCount(); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_array_buffer_test.cpp | 51 int32_t count = 5; in HWTEST_F_L0() local
|
| H A D | js_sendable_arraybuffer_test.cpp | 51 int32_t count = 5; in HWTEST_F_L0() local 80 int32_t count = 5; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_sendable_arraybuffer.cpp | 30 void JSSendableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes() argument 22 CopyDataBlockBytes( JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) CopyDataBlockBytes() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.cpp | 50 void InterferenceGraph::Reserve(size_t count) in Reserve() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | param_annotations_data_accessor.h | 28 AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() argument 78 auto count = helpers::Read<COUNT_SIZE>(&sp); in EnumerateAnnotationArrays() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | live_registers_test.cpp | 146 size_t count = 0; in TEST_F() local 202 size_t count = 0; in TEST_F() local [all...] |