Home
last modified time | relevance | path

Searched defs:bytes (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller_utils.h26 static inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) in MakeBytesAndDuration() argument
H A Dmem_controller_utils.cpp38 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
H A Dheap_region_allocator.h37 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage() argument
45 void DecreaseAnnoMemoryUsage(size_t bytes) in DecreaseAnnoMemoryUsage() argument
H A Dnative_area_allocator.h89 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage() argument
97 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage() argument
H A Dspace.h160 void IncreaseCommitted(size_t bytes) in IncreaseCommitted() argument
165 void DecreaseCommitted(size_t bytes) in DecreaseCommitted() argument
170 void IncreaseObjectSize(size_t bytes) in IncreaseObjectSize() argument
175 void DecreaseObjectSize(size_t bytes) in DecreaseObjectSize() argument
H A Dmem_controller.cpp242 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_writer.cpp44 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dtype_converter_tests.cpp79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; in HWTEST() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_writer.cpp48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dtype_converter_tests.cpp83 uint64_t bytes = leftPartBytes * 1024U + rightPartBytes; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dfinal_field_native_test.cpp104 const char *bytes = env->GetStringUTFChars(str, nullptr); in TEST_F() local
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H A Dlitecg_stackmap_type.cpp18 static int64_t DecodeSLEB128(const std::vector<uint8_t> &bytes, size_t &index) in DecodeSLEB128() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dtype_converter.cpp119 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dtype_converter.cpp117 ValueUnit MemoryConverter(uint64_t bytes) in MemoryConverter() argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dserialize_data.h137 bool AllocateBuffer(size_t bytes) in AllocateBuffer() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp256 auto bytes = reinterpret_cast<const char *>(dwarf_get_section_bytes(dwarf_, i, &elfIdx, &len, &error)); in Finalize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h40 virtual void *Alloc(size_t bytes) in Alloc() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmmap_mem_pool-inl.h99 size_t bytes = 0; in GetAllSize() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string_builder.cpp164 auto bytes = n << 1UL; in ReconstructStringAsUtf16() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_fullgc_test.cpp408 [[maybe_unused]] size_t bytes; in TEST_F() local
468 [[maybe_unused]] size_t bytes; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmmap_mem_pool-inl.h141 size_t bytes = 0; in GetAllSize() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.cpp25 void G1Analytics::ReportEvacuatedBytes(size_t bytes) in ReportEvacuatedBytes() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_space.cpp53 inline void HeapSpace::ObjectMemorySpace::IncreaseBy(uint64_t bytes) in IncreaseBy() argument
58 inline void HeapSpace::ObjectMemorySpace::ReduceBy(size_t bytes) in ReduceBy() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp691 void GC::RegisterNativeAllocation(size_t bytes) in RegisterNativeAllocation() argument
708 void GC::RegisterNativeFree(size_t bytes) in RegisterNativeFree() argument

Completed in 15 milliseconds

12