HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /external/v8/src/objects/
templates.h 18 using NeverReadOnlySpaceObject::GetHeap;
module.h 30 using NeverReadOnlySpaceObject::GetHeap;
  /art/runtime/mirror/
object.cc 158 gc::Heap* heap = Runtime::Current()->GetHeap();
238 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) {
array-alloc-inl.h 141 gc::Heap* heap = Runtime::Current()->GetHeap();
string-alloc-inl.h 192 gc::Heap* heap = runtime->GetHeap();
  /art/runtime/
runtime.cc 678 GetHeap()->SweepAllocationRecords(visitor);
829 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) {
    [all...]
reference_table.cc 211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) {
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords();
debug_print.cc 38 gc::Heap* heap = Runtime::Current()->GetHeap();
thread_list.cc 107 gc::Heap* const heap = Runtime::Current()->GetHeap();
442 Runtime::Current()->GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self);
527 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls.
581 collector->GetHeap()->ThreadFlipEnd(self);
    [all...]
oat_file_manager.cc 130 Runtime::Current()->GetHeap()->GetBootImageSpaces();
568 runtime->GetHeap()->AddSpace(image_space.get());
597 runtime->GetHeap()->RemoveSpace(image_space.get());
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 175 CardTable* card_table = GetHeap()->GetCardTable();
279 Heap* heap = mod_union_table_->GetHeap();
532 CardTable* const card_table = GetHeap()->GetCardTable();
  /art/runtime/gc/space/
space_create_test.cc 51 Runtime::Current()->GetHeap()->IsLowMemoryMode(),
168 gc::Heap* heap = Runtime::Current()->GetHeap();
  /art/dex2oat/linker/
image_writer.cc 180 gc::Heap* const heap = Runtime::Current()->GetHeap();
197 gc::Heap* const heap = Runtime::Current()->GetHeap();
221 Runtime::Current()->GetHeap()->VisitObjects(visitor);
229 gc::Heap* const heap = Runtime::Current()->GetHeap();
448 gc::Heap* const heap = Runtime::Current()->GetHeap();
587 gc::Heap* const heap = Runtime::Current()->GetHeap();
725 Runtime::Current()->GetHeap()->DisableObjectValidation();
    [all...]
image_test.h 418 gc::Heap* heap = Runtime::Current()->GetHeap();
464 gc::Heap* heap = Runtime::Current()->GetHeap();
  /art/runtime/gc/
reference_queue.cc 77 Heap* heap = Runtime::Current()->GetHeap();
reference_processor.cc 310 Runtime::Current()->GetHeap()->GetTaskProcessor()->AddTask(
verification.cc 92 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(FATAL_WITHOUT_ABORT));
  /art/runtime/native/
dalvik_system_VMStack.cc 52 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread();
java_lang_String.cc 75 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
dalvik_system_ZygoteHooks.cc 320 runtime->GetHeap()->PostForkChildAction(thread);
  /art/runtime/base/
timing_logger.cc 102 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ?
  /art/runtime/verifier/
reg_type_test.cc 706 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 199 Runtime::Current()->GetHeap()->GetCurrentAllocator());
218 gc::Heap* heap = Runtime::Current()->GetHeap();
291 gc::Heap* heap = Runtime::Current()->GetHeap();
    [all...]
  /art/openjdkjvmti/
ti_heap.cc 715 art::Runtime::Current()->GetHeap()->VisitObjects(visitor);
794 art::Runtime::Current()->GetHeap()->VisitObjects(visitor);
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 365 for (const auto& space : GetHeap()->GetDiscontinuousSpaces()) {
623 Runtime::Current()->GetHeap()->GetLargeObjectsSpace();
745 &thread_flip_visitor, &flip_callback, this, GetHeap()->GetGcPauseListener());
    [all...]

Completed in 393 milliseconds

1 23 4 5 6