| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_writer.cpp | 23 bool MemoryWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() 40 bool MemoryBufferWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() 80 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap_region_allocator.h | 40 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage() 48 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 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
|
| D | mem_map_allocator.h | 289 void IncreaseMemMapTotalSize(size_t bytes) in IncreaseMemMapTotalSize() 295 void DecreaseMemMapTotalSize(size_t bytes) in DecreaseMemMapTotalSize()
|
| /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/plugins/ets/runtime/intrinsics/helpers/ |
| D | array_buffer_helper.cpp | 232 PandaVector<uint8_t> bytes; in BytesFromString() local 237 PandaString StringFromBytes(const PandaVector<uint8_t> &bytes) in StringFromBytes() 244 PandaVector<uint8_t> bytes; in MaskBytes() local 252 PandaString ConvertUtf8Encoding(const PandaVector<uint8_t> &bytes) in ConvertUtf8Encoding() 257 PandaString ConvertUtf16Encoding(const PandaVector<uint8_t> &bytes) in ConvertUtf16Encoding() 271 PandaString ConvertBase64Encoding(const PandaVector<uint8_t> &bytes, std::string_view encoding) in ConvertBase64Encoding() 300 PandaString ConvertHexEncoding(const PandaVector<uint8_t> &bytes) in ConvertHexEncoding() 310 PandaString ConvertLatinEncoding(const PandaVector<uint8_t> &bytes) in ConvertLatinEncoding() 324 PandaVector<uint8_t> bytes; in ConvertUtf16ToBytes() local 408 PandaVector<uint8_t> bytes; in ConvertHexToBytes() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | emit-item.cpp | 78 auto *bytes = code->GetInstructions(); in EmitFunctions() local 96 void EmitFunctionsJob::EmitDebugInfo(const std::vector<uint8_t> *bytes, const panda_file::MethodIte… in EmitDebugInfo()
|
| /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/ets_runtime/common_components/heap/collector/ |
| D | heuristic_gc_policy.cpp | 134 void HeuristicGCPolicy::NotifyNativeAllocation(size_t bytes) in NotifyNativeAllocation() 156 void HeuristicGCPolicy::NotifyNativeFree(size_t bytes) in NotifyNativeFree()
|
| /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/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | rawheap_translate_test.cpp | 133 char bytes[4] = {0x78, 0x56, 0x34, 0x12}; // write by little endian in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | utils.cpp | 37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
|
| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.cpp | 23 std::array<unsigned char, SEC_WEBSOCKET_KEY_BYTES_LEN> bytes {}; in GenerateRandomSecWSKey() local
|
| /arkcompiler/ets_runtime/common_components/common_runtime/ |
| D | base_runtime.cpp | 218 void BaseRuntime::NotifyNativeAllocation(size_t bytes) in NotifyNativeAllocation() 223 void BaseRuntime::NotifyNativeFree(size_t bytes) in NotifyNativeFree()
|
| /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/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_ArrayBuffer.cpp | 99 PandaVector<uint8_t> bytes = ConvertEtsStringToBytes(strObj, encodingObj, coro, ctx); in EtsArrayBufferFromEncodedString() local 206 PandaVector<uint8_t> bytes(length); in EtsArrayBufferToString() local
|
| /arkcompiler/ets_runtime/common_components/mutator/ |
| D | satb_buffer.h | 289 Page* GetPages(size_t bytes) in GetPages() 297 TreapNode* ConstructFreeNodeList(const Page* page, size_t bytes) const in ConstructFreeNodeList()
|
| /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/libpandabase/utils/ |
| D | type_converter.cpp | 113 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
|