Lines Matching defs:true
311 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, false,
326 PROT_READ | PROT_WRITE, true, false,
394 growth_limit_, capacity_, name, true));
513 MemMap::DumpMaps(LOG(ERROR), true);
531 while (true) {
533 PROT_READ | PROT_WRITE, true, false, out_error_str);
723 return true;
729 return true;
1122 space::Space* result = FindContinuousSpaceFromObject(obj, true);
1306 return true;
1308 return IsAligned<kObjectAlignment>(obj) && FindSpaceFromObject(obj, true) != nullptr;
1312 return FindContinuousSpaceFromObject(obj, true) != nullptr;
1321 return true;
1336 return true;
1345 return true;
1347 space::ContinuousSpace* c_space = FindContinuousSpaceFromObject(obj, true);
1351 return true;
1354 d_space = FindDiscontinuousSpaceFromObject(obj, true);
1357 return true;
1369 return true;
1372 return true;
1379 return true;
1382 return true;
1390 return true;
1393 d_space = FindDiscontinuousSpaceFromObject(obj, true);
1395 return true;
1518 mirror::Object* ptr = TryToAllocate<true, false>(self, allocator, alloc_size, bytes_allocated,
1532 mirror::Object* ptr = TryToAllocate<true, false>(self, allocator, alloc_size, bytes_allocated,
1552 mirror::Object* ptr = TryToAllocate<true, false>(self, allocator, alloc_size, bytes_allocated,
1561 mirror::Object* ptr = TryToAllocate<true, true>(self, allocator, alloc_size, bytes_allocated,
1575 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1579 ptr = TryToAllocate<true, true>(self, allocator, alloc_size, bytes_allocated, usable_size,
1595 ptr = TryToAllocate<true, true>(self, allocator, alloc_size, bytes_allocated,
1640 ptr = TryToAllocate<true, true>(self, allocator, alloc_size, bytes_allocated,
1777 o->VisitReferences<true>(*this, VoidFunctor());
1982 mem_map->Size(), name, true));
2232 reset_main_space = true;
2433 semi_space_collector_->SetSwapSemiSpaces(true);
2620 return heap_->IsLiveObjectLocked(obj, true, false, true);
2640 return true;
2661 space::ContinuousSpace* ref_space = heap_->FindContinuousSpaceFromObject(ref, true);
2747 obj->VisitReferences<true>(visitor, visitor);
2867 *failed_ = true;
2908 *failed_ = true;
2928 obj->VisitReferences<true>(visitor, VoidFunctor());
3186 running_collection_is_blocking_ = true;
3205 running_collection_is_blocking_ = true;
3232 space::Space* space = FindContinuousSpaceFromObject(obj, true);
3289 native_need_to_run_finalization_ = true;
3410 const bool force_full_; // If true, force full (or partial) collection.
3425 concurrent_gc_pending_.CompareExchangeStrongSequentiallyConsistent(false, true)) {
3625 RequestConcurrentGC(self, true); // Request non-sticky type.