Home
last modified time | relevance | path

Searched defs:count (Results 1 - 25 of 182) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/moduletest/weaktransitions/
H A Dweaktransitions.js22 var count = 0; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutils.cpp27 uint32_t count = 1U; in CountDigits() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.cpp19 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 Dstream.h22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat() argument
/arkcompiler/runtime_core/libpandabase/os/
H A Dnative_stack.cpp26 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 Dmonitor_analysis.cpp95 uint32_t count = uninitialized; in RunImpl() local
/arkcompiler/runtime_core/static_core/verification/value/tests/
H A Dvariables_test.cpp46 size_t count = 0; in TEST_F() local
/arkcompiler/ets_frontend/es2panda/util/
H A Ddumper.cpp25 int count = 0; in DumpLiterals() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp36 uint32_t count = cookedStrings->GetArrayLength(); in GetTemplateObject() local
H A Dmutator_lock.h46 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 Dstringrefwriteutf16_fuzzer.cpp45 int count = res->WriteUtf16(vm, buffer, length - 1); in StringRefWriteUtf16FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_common.h47 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 Dspill_fills_resolver_test.cpp62 static void InitUsedRegs(Graph *graph, size_t count) in InitUsedRegs() argument
H A Dreg_alloc_resolver_test.cpp71 static void InitUsedRegs(Graph *graph, size_t count) in InitUsedRegs() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.cpp36 void InterferenceGraph::Reserve(size_t count) in Reserve() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dintrusive_gc_test_api_test.cpp67 size_t count = 0; in TEST_P() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
H A Daarch64_builder.cpp43 const size_t count = cs->GetParametersCount(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
H A Dx64_builder.cpp40 const size_t count = cs->GetParametersCount(); variable
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_array_buffer_test.cpp51 int32_t count = 5; in HWTEST_F_L0() local
H A Djs_sendable_arraybuffer_test.cpp51 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 Djs_sendable_arraybuffer.cpp30 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 Dinterference_graph.cpp50 void InterferenceGraph::Reserve(size_t count) in Reserve() argument
/arkcompiler/runtime_core/libpandafile/
H A Dparam_annotations_data_accessor.h28 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 Dlive_registers_test.cpp146 size_t count = 0; in TEST_F() local
202 size_t count = 0; in TEST_F() local
[all...]

Completed in 7 milliseconds

12345678