Home
last modified time | relevance | path

Searched refs:GB (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dglobals.h29 static constexpr size_t GB = KB * KB * KB; variable
Dutils_test.cc157 EXPECT_EQ("1GB", PrettySize(1 * GB)); in TEST_F()
158 EXPECT_EQ("2GB", PrettySize(2 * GB)); in TEST_F()
160 EXPECT_EQ("100GB", PrettySize(100 * GB)); in TEST_F()
Dmem_map.cc250 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()
334 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapAnonymous()
366 if (4U * GB - ptr < page_aligned_byte_count) { in MapAnonymous()
Dmonitor_test.cc64 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in FillHeap()
Dutils.cc470 static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize()
/art/runtime/jit/
Djit_code_cache.h44 static constexpr size_t kMaxCapacity = 1 * GB;
/art/runtime/gc/accounting/
Dread_barrier_table.h86 static constexpr uint64_t kHeapCapacity = 4ULL * GB; // low 4gb.
/art/cmdline/
Dcmdline_types.h235 mul = GB;
/art/runtime/arch/
Dstub_test.cc1330 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB); in TEST_F()
1457 GB, // that should fail... in TEST_F()