Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dliteralstrname.cpp30 std::string LiteralStrName::GetHexStr(const uint8_t *bytes, uint32_t len) in GetHexStr()
63 std::string LiteralStrName::GetLiteralStrName(const uint8_t *bytes, uint32_t len) in GetLiteralStrName()
71 std::string LiteralStrName::ComputeMuid(const uint8_t *bytes, uint32_t len) in ComputeMuid()
Dmuid.cpp284 DigestHash GetDigestHash(const unsigned char &bytes, uint32_t len) in GetDigestHash()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h39 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage()
47 void DecreaseAnnoMemoryUsage(size_t bytes) in DecreaseAnnoMemoryUsage()
Dspace.h158 void IncreaseCommitted(size_t bytes) in IncreaseCommitted()
163 void DecreaseCommitted(size_t bytes) in DecreaseCommitted()
168 void IncreaseObjectSize(size_t bytes) in IncreaseObjectSize()
173 void DecreaseObjectSize(size_t bytes) in DecreaseObjectSize()
Dnative_area_allocator.h89 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage()
97 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage()
Dmem_controller.h33 inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) in MakeBytesAndDuration()
Dmem_controller.cpp196 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
/arkcompiler/ets_runtime/test/moduletest/hugearray/
Dhugearray_third.js22 let bytes = new Uint8Array(new ArrayBuffer(43584)); variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_writer.cpp44 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes()
Dfile_writer.h111 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes()
146 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes()
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes()
Dfile_writer.h119 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes()
154 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmuid.h47 uint8_t bytes[kDigestHashLength]; member
71 uint8_t bytes[kMuidLength]; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dfinal_field_native_test.cpp104 const char *bytes = env->GetStringUTFChars(str, nullptr); in TEST_F() local
/arkcompiler/runtime_core/verifier/tests/
Dutils.cpp37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
/arkcompiler/runtime_core/libpandabase/tests/
Dtype_converter_tests.cpp79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Drawheap_translate_test.cpp135 char bytes[4] = {0x78, 0x56, 0x34, 0x12}; // write by little endian in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dtype_converter_tests.cpp83 uint64_t bytes = leftPartBytes * 1024U + rightPartBytes; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h40 virtual void *Alloc(size_t bytes) in Alloc()
96 void *Alloc(size_t bytes) override in Alloc()
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
Dlitecg_stackmap_type.cpp18 static int64_t DecodeSLEB128(const std::vector<uint8_t> &bytes, size_t &index) in DecodeSLEB128()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_converter.cpp117 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp119 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp334 [[maybe_unused]] size_t bytes {}; in TEST_F() local
408 [[maybe_unused]] size_t bytes; in TEST_F() local
468 [[maybe_unused]] size_t bytes; in TEST_F() local
Dmem_stats_gen_gc_test.cpp297 … MemStatsGenGCTest::MemOpReport &report, size_t &bytes, in MakeAllocationsWithSingleRepeat()
313 … MemStatsGenGCTest::MemOpReport &report, size_t &bytes, in MakeAllocationsWithSeveralRepeat()
562 size_t bytes = 0; in MakeAllocations() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp255 …auto bytes = reinterpret_cast<const char *>(dwarf_get_section_bytes(dwarf_, i, &elfIdx, &len, &err… in Finalize() local

12