Lines Matching refs:name
38 MallocSpace::MallocSpace(const std::string& name, MemMap* mem_map,
42 : ContinuousMemMapAllocSpace(name, mem_map, begin, end, limit, kGcRetentionPolicyAlwaysCollect),
52 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
57 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
68 MemMap* MallocSpace::CreateMemMap(const std::string& name, size_t starting_size, size_t* initial_size,
75 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the initial size ("
81 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the growth limit capacity ("
92 MemMap* mem_map = MemMap::MapAnonymous(name.c_str(), requested_begin, *capacity,
95 LOG(ERROR) << "Failed to allocate pages for alloc space (" << name << ") of size "
228 << ",name=\"" << GetName() << "\"]";