Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/build/config/mac/
Dsdk_info.py28 def split_version(version: str or bytes):
45 def format_version(version: str or bytes):
78 def fill_sdk_path_and_version(fill_settings: dict, platform: str, xcode_version: str or bytes):
/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.h155 void IncreaseCommitted(size_t bytes) in IncreaseCommitted()
160 void DecreaseCommitted(size_t bytes) in DecreaseCommitted()
165 void IncreaseObjectSize(size_t bytes) in IncreaseObjectSize()
170 void DecreaseObjectSize(size_t bytes) in DecreaseObjectSize()
Dmem_controller_utils.h26 static inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) in MakeBytesAndDuration()
Dnative_area_allocator.h91 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage()
99 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage()
Dmem_controller_utils.cpp38 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
Dwsproto_handshake.py35 item: Union[Tuple[bytes, bytes], Tuple[str, str]], argument
/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/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/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/libpandabase/tests/
Dtype_converter_tests.cpp79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; variable
/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/runtime_core/static_core/libpandabase/utils/
Dtype_converter.cpp117 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp113 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
/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/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.cpp256 …auto bytes = reinterpret_cast<const char *>(dwarf_get_section_bytes(dwarf_, i, &elfIdx, &len, &err… in Finalize() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Druntime.py216 def _send(self, data: bytes):

12