HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /art/runtime/gc/collector/
mark_sweep.cc 86 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
149 GetHeap()->PreGcVerification(this);
155 GetHeap()->PrePauseRosAllocVerification(this);
160 GetHeap()->PreGcVerificationPaused(this);
162 GetHeap()->PrePauseRosAllocVerification(this);
171 GetHeap()->PostGcVerification(this);
177 GetHeap()->GetReferenceProcessor()->ProcessReferences(
213 GetHeap()->GetReferenceProcessor()->EnableSlowPath();
328 GetHeap()->RecordFreeRevoke();
336 GetHeap()->UnBindBitmaps()
    [all...]
mark_compact.cc 46 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
70 GetHeap()->PreGcVerificationPaused(this);
71 GetHeap()->PrePauseRosAllocVerification(this);
75 GetHeap()->PostGcVerification(this);
147 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
247 GetHeap()->UnBindBitmaps(); // Unbind the live and mark bitmaps.
534 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
635 GetHeap()->RevokeAllThreadLocalBuffers();
garbage_collector.h 71 Heap* GetHeap() const {
  /external/v8/src/heap/
objects-visiting-inl.h 306 Heap* heap = map->GetHeap();
329 Heap* heap = map->GetHeap();
340 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot,
358 Heap* heap = array->GetHeap();
371 Heap* heap = map->GetHeap();
384 Heap* heap = map->GetHeap();
414 Heap* heap = map->GetHeap();
426 Heap* heap = map->GetHeap();
453 Heap* heap = map->GetHeap();
scavenger.cc 159 Heap* heap = map->GetHeap();
188 Heap* heap = map->GetHeap();
219 Heap* heap = map->GetHeap();
258 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot(
316 Heap* heap = map->GetHeap();
356 DCHECK(!map->GetHeap()->InNewSpace(actual));
407 Scavenger* scavenger = map->GetHeap()->scavenge_collector_;
objects-visiting.h 219 object->GetHeap(), object,
429 if (object->GetHeap()->local_embedder_heap_tracer()->InUse()) {
431 object->GetHeap()->TracePossibleWrapper(JSObject::cast(object));
  /art/runtime/gc/space/
space.cc 114 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap, live_bitmap);
128 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
zygote_space.cc 111 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable();
  /art/runtime/mirror/
array.cc 54 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
135 auto* heap = Runtime::Current()->GetHeap();
object_array-inl.h 63 Runtime::Current()->GetHeap()->GetCurrentAllocator());
199 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
248 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
330 Runtime::Current()->GetHeap()->WriteBarrierArray(this, dst_pos, count);
354 gc::Heap* heap = Runtime::Current()->GetHeap();
object.cc 120 gc::Heap* heap = Runtime::Current()->GetHeap();
155 gc::Heap* heap = Runtime::Current()->GetHeap();
234 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) {
dex_cache-inl.h 78 runtime->GetHeap()->WriteBarrierEveryFieldOf(this);
115 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
147 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
172 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(this);
string.cc 104 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
140 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
176 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
213 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
  /art/compiler/optimizing/
sharpening.cc 60 Runtime::Current()->GetHeap()->GetBootImageSpaces();
193 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get());
270 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) {
282 runtime->GetHeap()->ObjectIsInBootImageSpace(string) &&
  /art/runtime/gc/accounting/
mod_union_table_test.cc 88 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass);
156 return new ModUnionTableCardCache(name.str(), Runtime::Current()->GetHeap(), space);
159 return new ModUnionTableRefCacheToSpace(name.str(), Runtime::Current()->GetHeap(), space,
181 gc::Heap* const heap = runtime->GetHeap();
mod_union_table.h 103 Heap* GetHeap() const {
remembered_set.cc 56 CardTable* card_table = GetHeap()->GetCardTable();
  /external/v8/src/
objects-inl.h 79 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
204 return map() == GetHeap()->external_map();
371 return map() == GetHeap()->feedback_vector_map();
424 Heap* heap = GetHeap();
434 return map() == GetHeap()->native_context_map();
438 return map() == GetHeap()->script_context_table_map();
442 return map() == GetHeap()->scope_info_map();
446 return map() == GetHeap()->module_info_map();
477 return map() == GetHeap()->hash_table_map();
483 return IsHashTable() && this != GetHeap()->string_table()
    [all...]
  /art/imgdiag/
imgdiag_test.cc 56 Runtime::Current()->GetHeap()->GetBootImageSpaces();
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 54 Runtime::Current()->GetHeap()->WriteBarrierEveryFieldOf(class_loader);
  /art/runtime/native/
java_lang_reflect_Array.cc 73 runtime->GetHeap()->GetCurrentAllocator());
dalvik_system_VMDebug.cc 286 gc::Heap* const heap = Runtime::Current()->GetHeap();
304 gc::Heap* const heap = Runtime::Current()->GetHeap();
347 gc::Heap* heap = Runtime::Current()->GetHeap();
406 gc::Heap* heap = Runtime::Current()->GetHeap();
467 gc::Heap* heap = Runtime::Current()->GetHeap();
  /external/v8/src/mips/
assembler-mips-inl.h 224 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
226 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
300 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
345 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/mips64/
assembler-mips64-inl.h 212 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
214 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
282 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
327 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/ic/
stub-cache.cc 37 DCHECK(!name->GetHeap()->InNewSpace(name));
38 DCHECK(!name->GetHeap()->InNewSpace(handler));

Completed in 312 milliseconds

12 3 4 5 6 7 8