Home
last modified time | relevance | path

Searched refs:MB (Results 26 – 43 of 43) sorted by relevance

12

/art/runtime/
Dcommon_runtime_test.cc86 std::string min_heap_string(StringPrintf("-Xms%zdm", gc::Heap::kDefaultInitialSize / MB)); in SetUp()
87 std::string max_heap_string(StringPrintf("-Xmx%zdm", gc::Heap::kDefaultMaximumSize / MB)); in SetUp()
Dindirect_reference_table.cc39 static constexpr size_t kMaxTableSizeInBytes = 128 * MB;
Druntime_options.def116 RUNTIME_OPTIONS_KEY (unsigned int, MethodTraceFileSize, 10 * MB)
Dthread.cc686 stack_size += 1 * MB; in FixStackSize()
692 stack_size = std::max(2 * MB, stack_size); in FixStackSize()
1273 *stack_size = 8 * MB; in GetThreadStack()
/art/oatdump/
Doatdump_test.h271 if (pos < MB) {
/art/dex2oat/
Ddex2oat_test.cc2088 header.data_off_ = 10 * MB; in TEST_F()
2089 header.map_off_ = 10 * MB; in TEST_F()
2090 header.class_defs_off_ = 10 * MB; in TEST_F()
2115 header.data_off_ = 10 * MB; in TEST_F()
2116 header.map_off_ = 10 * MB; in TEST_F()
2117 header.class_defs_off_ = 10 * MB; in TEST_F()
Ddex2oat_image_test.cc113 constexpr size_t kReservationSize = 256 * MB; // This should be enough for the compiled images. in ReserveCoreImageAddressSpace()
Ddex2oat.cc114 static constexpr size_t kDefaultMinDexFileCumulativeSizeForSwap = 20 * MB;
/art/runtime/jit/
Djit_code_cache.h181 static constexpr size_t kMaxCapacity = 64 * MB;
Djit.cc621 if (bytes > 4 * MB) { in AddMemoryUsage()
/art/cmdline/
Dcmdline_types.h150 mul = MB;
/art/runtime/gc/allocator/
Drosalloc.h660 static constexpr size_t kDefaultPageReleaseSizeThreshold = 4 * MB;
Drosalloc.cc192 size_t increment = std::min(std::max(2 * MB, req_byte_size - last_free_page_run_size), in AllocPages()
/art/runtime/gc/space/
Dimage_space.cc3518 static constexpr uint64_t kLowSpaceValue = 50 * MB;
3519 static constexpr uint64_t kTmpFsSentinelValue = 384 * MB;
3545 static_cast<double>(fs_free_size) / MB, in CheckSpace()
3546 kLowSpaceValue / MB); in CheckSpace()
/art/compiler/optimizing/
Doptimizing_compiler.cc70 static constexpr size_t kArenaAllocatorMemoryReportThreshold = 8 * MB;
Dcode_generator_arm64.cc6107 static constexpr int32_t kJumpTableInstructionThreshold = 1* MB / kMaxExpectedSizePerHInstruction; in VisitPackedSwitch()
/art/runtime/gc/
Dheap.cc137 static constexpr size_t kDefaultAllocationStackSize = 8 * MB /
157 reinterpret_cast<uint8_t*>(300 * MB - kDefaultNonMovingSpaceCapacity);
/art/runtime/gc/collector/
Dconcurrent_copying.cc54 static constexpr size_t kDefaultGcMarkStackSize = 2 * MB;

12