Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_writer.cpp23 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/
Dheap_region_allocator.h40 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage()
48 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 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
Dmem_map_allocator.h289 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/
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/plugins/ets/runtime/intrinsics/helpers/
Darray_buffer_helper.cpp232 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/
Demit-item.cpp78 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/
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/common_components/heap/collector/
Dheuristic_gc_policy.cpp134 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/
Dfinal_field_native_test.cpp104 const char *bytes = env->GetStringUTFChars(str, nullptr); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Drawheap_translate_test.cpp133 char bytes[4] = {0x78, 0x56, 0x34, 0x12}; // write by little endian in HWTEST_F_L0() local
/arkcompiler/runtime_core/verifier/tests/
Dutils.cpp37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
/arkcompiler/toolchain/websocket/
Dhandshake_helper.cpp23 std::array<unsigned char, SEC_WEBSOCKET_KEY_BYTES_LEN> bytes {}; in GenerateRandomSecWSKey() local
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp218 void BaseRuntime::NotifyNativeAllocation(size_t bytes) in NotifyNativeAllocation()
223 void BaseRuntime::NotifyNativeFree(size_t bytes) in NotifyNativeFree()
/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/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp99 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/
Dsatb_buffer.h289 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/
Dmempool_allocator.h40 virtual void *Alloc(size_t bytes) in Alloc()
96 void *Alloc(size_t bytes) override in Alloc()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp113 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()

12