| /arkcompiler/toolchain/build/config/mac/ |
| D | sdk_info.py | 28 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/ |
| D | heap_region_allocator.h | 39 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage() 47 void DecreaseAnnoMemoryUsage(size_t bytes) in DecreaseAnnoMemoryUsage()
|
| D | space.h | 155 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()
|
| D | mem_controller_utils.h | 26 static inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) in MakeBytesAndDuration()
|
| D | native_area_allocator.h | 91 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage() 99 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage()
|
| D | mem_controller_utils.cpp | 38 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/ |
| D | wsproto_handshake.py | 35 item: Union[Tuple[bytes, bytes], Tuple[str, str]], argument
|
| /arkcompiler/ets_runtime/test/moduletest/hugearray/ |
| D | hugearray_third.js | 22 let bytes = new Uint8Array(new ArrayBuffer(43584)); variable
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_writer.cpp | 44 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes()
|
| D | file_writer.h | 111 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/ |
| D | file_writer.cpp | 48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes()
|
| D | file_writer.h | 119 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/ |
| D | final_field_native_test.cpp | 104 const char *bytes = env->GetStringUTFChars(str, nullptr); in TEST_F() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | utils.cpp | 37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | rawheap_translate_test.cpp | 135 char bytes[4] = {0x78, 0x56, 0x34, 0x12}; // write by little endian in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | type_converter_tests.cpp | 79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | type_converter_tests.cpp | 83 uint64_t bytes = leftPartBytes * 1024U + rightPartBytes; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 40 virtual void *Alloc(size_t bytes) in Alloc() 96 void *Alloc(size_t bytes) override in Alloc()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.cpp | 117 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.cpp | 113 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/litecg/ |
| D | litecg_stackmap_type.cpp | 18 static int64_t DecodeSLEB128(const std::vector<uint8_t> &bytes, size_t &index) in DecodeSLEB128()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_fullgc_test.cpp | 334 [[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
|
| D | mem_stats_gen_gc_test.cpp | 297 … 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/ |
| D | dwarf_builder.cpp | 256 …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/ |
| D | runtime.py | 216 def _send(self, data: bytes):
|