Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h36 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage()
44 void DecreaseAnnoMemoryUsage(size_t bytes) in DecreaseAnnoMemoryUsage()
Dspace.h111 void IncreaseCommitted(size_t bytes) in IncreaseCommitted()
116 void DecreaseCommitted(size_t bytes) in DecreaseCommitted()
121 void IncreaseObjectSize(size_t bytes) in IncreaseObjectSize()
126 void DecreaseObjectSize(size_t bytes) in DecreaseObjectSize()
Dnative_area_allocator.h82 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage()
90 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage()
Dmem_controller.h30 inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) in MakeBytesAndDuration()
Dmem_controller.cpp189 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
/arkcompiler/ets_runtime/test/moduletest/hugearray/
Dhugearray.js43 let bytes = new Uint8Array(new ArrayBuffer(43584)); variable
/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()
Dfile_item_container.cpp66 bool WriteBytes(const std::vector<uint8_t> &bytes) override in WriteBytes()
/arkcompiler/runtime_core/libpandabase/tests/
Dtype_converter_tests.cpp79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp119 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter()
/arkcompiler/runtime_core/libpandabase/mem/
Dmmap_mem_pool-inl.h99 size_t bytes = 0; in GetAllSize() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1201 …ter::EmitDebugInfo(ItemContainer *items, const Program &program, const std::vector<uint8_t> *bytes, in EmitDebugInfo()
1260 auto *bytes = code->GetInstructions(); in EmitFunctions() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp174 bool JSSerializer::AllocateBuffer(size_t bytes) in AllocateBuffer()