Home
last modified time | relevance | path

Searched refs:KB (Results 26 – 50 of 56) sorted by relevance

123

/art/compiler/optimizing/
Doptimizing_unit_test.h131 static constexpr size_t kDexDataSize = 4 * KB;
/art/compiler/utils/arm/
Dassembler_arm_vixl.h55 static constexpr size_t kDefaultCodeBufferCapacity = 1 * KB;
/art/runtime/gc/accounting/
Dmod_union_table_test.cc188 "other space", 128 * KB, 4 * MB, 4 * MB, /*can_move_objects=*/ false)); in RunTest()
/art/libartbase/base/unix_file/
Dfd_file_test.cc229 constexpr int64_t length = 17 * art::KB; in TEST_F()
/art/compiler/debug/
Delf_debug_info_writer.h279 buffer.reserve(info_.data()->size() + KB); in Write()
443 buffer.reserve(info_.data()->size() + KB); in Write()
/art/dex2oat/linker/
Drelative_patcher_test.h58 patched_code_.reserve(16 * KB); in RelativePatcherTest()
Doat_writer.cc1675 patched_code_.reserve(16 * KB); in WriteCodeMethodVisitor()
3749 buffer.reserve(64 * KB); in FinishVdexFile()
/art/runtime/gc/
Dheap.cc109 static constexpr size_t kMinConcurrentRemainingBytes = 128 * KB;
110 static constexpr size_t kMaxConcurrentRemainingBytes = 512 * KB;
123 static const size_t kDefaultMarkStackSize = 64 * KB;
132 static constexpr size_t kGcAlotAllocationStackSize = 4 * KB /
135 static constexpr size_t kVerifyObjectAllocationStackSize = 16 * KB /
631 static constexpr size_t kMinHeapAddress = 4 * KB; in Heap()
1660 if (UNLIKELY(num_bytes_allocated_.load(std::memory_order_relaxed) < 10 * KB)) { in VerifyObjectBody()
2526 ATraceIntegerValue("Heap size (KB)", heap_size / KB); in TraceHeapSize()
Dheap.h133 static constexpr size_t kPartialTlabSize = 16 * KB;
144 static constexpr size_t kDefaultTLABSize = 32 * KB;
/art/runtime/gc/collector/
Dmark_sweep.cc691 static const size_t kMaxSize = 1 * KB;
1058 delta = RoundUp(delta, KB); in RecursiveMark()
1059 if (delta < 16 * KB) delta = end - begin; in RecursiveMark()
Dconcurrent_copying.cc64 static constexpr size_t kReadBarrierMarkStackSize = 512 * KB;
1786 "thread local mark stack", 4 * KB, 4 * KB); in PushOntoMarkStack()
/art/cmdline/
Dcmdline_parser_test.cc477 MemoryKiB(16 * KB), "-Xjitinitialsize:16K", M::JITCodeCacheInitialCapacity); in TEST_F()
Dcmdline_types.h148 mul = KB;
/art/runtime/jit/
Ddebugger_interface.cc106 constexpr uint32_t kJitRepackGroupSize = 64 * KB;
/art/runtime/gc/space/
Dregion_space.h236 static constexpr size_t kRegionSize = 256 * KB;
/art/runtime/
Dcommon_runtime_test.cc344 size_t length = 128 * KB; in FillHeap()
Doat_file.cc1308 placeholder_maps_names.reserve(4 * KB); // 4KiB should be enough. If not, we'll retry. in PreSetup()
/art/dexlayout/
Ddexlayout_test.cc742 header.link_size_ = 16 * KB; in TEST_F()
/art/libartbase/base/
Dmem_map_test.cc143 EXPECT_LE(64 * KB, start); in TEST_F()
Dmem_map.cc97 static constexpr uintptr_t LOW_MEM_START = 64 * KB;
/art/dex2oat/
Ddex2oat_test.cc2086 header.file_size_ = 4 * KB; in TEST_F()
2087 header.data_size_ = 4 * KB; in TEST_F()
/art/runtime/gc/allocator/
Drosalloc.cc1637 bracketSizes[i] = 1 * KB; in Initialize()
1640 bracketSizes[i] = 2 * KB; in Initialize()
/art/runtime/hprof/
Dhprof.cc480 LOG(INFO) << "hprof: heap dump completed (" << PrettySize(RoundUp(overall_size, KB)) in Dump()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc706 DCHECK_LT(offset, 4 * KB); in TestBakerFieldWide()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1047 DCHECK_LT(offset, 16 * KB); in TestBakerField()

123