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

1 23 4 5 6 7 8

  /art/runtime/native/
dalvik_system_VMStack.cc 45 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread();
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 43 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled();
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 297 return art::Runtime::Current()->GetHeap()->GetFreeMemory();
301 return art::Runtime::Current()->GetHeap()->GetTotalMemory();
305 return art::Runtime::Current()->GetHeap()->GetMaxMemory();
313 art::Runtime::Current()->GetHeap()->CollectGarbage(false);
  /external/v8/src/arm/
assembler-arm-inl.h 125 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
127 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
185 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
231 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/ia32/
assembler-ia32-inl.h 128 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
129 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
193 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
236 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/ic/
ic-inl.h 65 Heap* heap = target->GetHeap();
  /external/v8/src/ppc/
assembler-ppc-inl.h 200 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
202 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
247 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
303 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/s390/
assembler-s390-inl.h 179 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
181 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
220 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
277 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/snapshot/
partial-serializer.cc 55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array());
  /external/v8/src/
transitions-inl.h 112 Heap* heap = name->GetHeap();
objects-body-descriptors-inl.h 143 Heap* heap = obj->GetHeap();
185 Heap* heap = obj->GetHeap();
214 Heap* heap = obj->GetHeap();
240 Heap* heap = obj->GetHeap();
273 Heap* heap = obj->GetHeap();
411 Heap* heap = obj->GetHeap();
objects-debug.cc 262 CHECK(ho->GetHeap()->Contains(ho));
318 GetHeap()->one_pointer_filler_map();
380 (elements() == GetHeap()->empty_fixed_array()) ||
382 (elements()->map() == GetHeap()->fixed_array_map() ||
383 elements()->map() == GetHeap()->fixed_cow_array_map()));
390 Heap* heap = GetHeap();
557 CHECK_IMPLIES(length() == 0, this == GetHeap()->empty_string());
559 CHECK(!GetHeap()->InNewSpace(this));
573 CHECK(this->second() == GetHeap()->empty_string() ||
672 Heap* heap = GetHeap();
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 128 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
129 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
193 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this,
236 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /art/runtime/gc/
allocation_record.cc 218 Heap* heap = Runtime::Current()->GetHeap();
280 Heap* const heap = Runtime::Current()->GetHeap();
reference_processor.cc 282 Runtime::Current()->GetHeap()->GetTaskProcessor()->AddTask(
  /art/runtime/mirror/
object_test.cc 159 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
165 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
171 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
182 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
188 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
194 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
200 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
  /art/runtime/gc/accounting/
mod_union_table.cc 174 CardTable* card_table = GetHeap()->GetCardTable();
278 Heap* heap = mod_union_table_->GetHeap();
531 CardTable* const card_table = GetHeap()->GetCardTable();
  /art/runtime/
oat_file_manager.cc 115 Runtime::Current()->GetHeap()->GetBootImageSpaces();
526 runtime->GetHeap()->AddSpace(image_space.get());
555 runtime->GetHeap()->RemoveSpace(image_space.get());
monitor_test.cc 65 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB);
86 size_t mem = Runtime::Current()->GetHeap()->GetFreeMemory();
common_runtime_test.cc 462 runtime_->GetHeap()->CreateThreadPool();
463 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
465 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
507 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
  /art/runtime/gc/space/
space_create_test.cc 54 Runtime::Current()->GetHeap()->IsLowMemoryMode(),
171 gc::Heap* heap = Runtime::Current()->GetHeap();
  /art/compiler/
image_writer.cc 90 gc::Heap* const heap = Runtime::Current()->GetHeap();
107 gc::Heap* const heap = Runtime::Current()->GetHeap();
131 Runtime::Current()->GetHeap()->VisitObjects(visitor);
136 gc::Heap* const heap = Runtime::Current()->GetHeap();
194 Runtime::Current()->GetHeap()->DisableObjectValidation();
    [all...]
  /art/compiler/optimizing/
intrinsics.cc 233 gc::Heap* heap = runtime->GetHeap();
  /art/patchoat/
patchoat.h 121 auto image_spaces = Runtime::Current()->GetHeap()->GetBootImageSpaces();
  /art/runtime/base/
timing_logger.cc 101 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ?

Completed in 674 milliseconds

1 23 4 5 6 7 8