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

12 3 4 5 6

  /art/runtime/mirror/
object.cc 85 gc::Heap* heap = Runtime::Current()->GetHeap();
126 gc::Heap* heap = Runtime::Current()->GetHeap();
203 !runtime->GetHeap()->IsObjectValidationEnabled() || !c->IsResolved()) {
array.cc 52 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
object_test.cc 170 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
176 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
182 Runtime::Current()->GetHeap()->GetCurrentAllocator()));
193 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true)));
199 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
205 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
211 Runtime::Current()->GetHeap()->GetCurrentAllocator(), true));
282 Runtime::Current()->GetHeap()->GetCurrentAllocator());
  /external/chromium_org/v8/src/
contexts.h 464 return map == map->GetHeap()->native_context_map();
468 return map == map->GetHeap()->function_context_map();
472 return map == map->GetHeap()->catch_context_map();
476 return map == map->GetHeap()->with_context_map();
480 return map == map->GetHeap()->block_context_map();
484 return map == map->GetHeap()->module_context_map();
488 return map == map->GetHeap()->global_context_map();
objects-debug.cc 196 CHECK(ho->GetHeap()->Contains(ho));
245 GetHeap()->one_pointer_filler_map();
286 (elements() == GetHeap()->empty_fixed_array())),
287 (elements()->map() == GetHeap()->fixed_array_map() ||
288 elements()->map() == GetHeap()->fixed_cow_array_map()));
295 Heap* heap = GetHeap();
488 CHECK(!GetHeap()->InNewSpace(this));
500 CHECK(this->second() == GetHeap()->empty_string() ||
579 Heap* heap = GetHeap();
1071 Heap* heap = GetHeap();
    [all...]
contexts.cc 293 Object* context = GetHeap()->native_contexts_list();
307 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
332 element_function->set_next_function_link(GetHeap()->undefined_value());
string-stream.cc 329 if (!js_object->GetHeap()->Contains(map) ||
364 Heap* heap = array->GetHeap();
475 Heap* heap = HeapObject::cast(f)->GetHeap();
  /art/runtime/gc/accounting/
mod_union_table.cc 114 CardTable* card_table = GetHeap()->GetCardTable();
178 Heap* heap = mod_union_table_->GetHeap();
306 CardTable* card_table = GetHeap()->GetCardTable();
mod_union_table.h 84 Heap* GetHeap() const {
remembered_set.cc 56 CardTable* card_table = GetHeap()->GetCardTable();
  /art/runtime/gc/collector/
garbage_collector.h 134 Heap* GetHeap() const {
  /external/chromium_org/v8/src/heap/
objects-visiting.h 206 map->GetHeap(), object, BodyDescriptor::kStartOffset, object_size);
214 map->GetHeap(), object, BodyDescriptor::kStartOffset, object_size);
225 map->GetHeap(), object, BodyDescriptor::kStartOffset,
263 Heap* heap = map->GetHeap();
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 182 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
221 host()->GetHeap()->incremental_marking()->RecordWrite(
270 host()->GetHeap()->incremental_marking()->RecordWrite(
320 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/chromium_org/v8/src/mips64/
assembler-mips64-inl.h 176 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
215 host()->GetHeap()->incremental_marking()->RecordWrite(
264 host()->GetHeap()->incremental_marking()->RecordWrite(
314 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /art/compiler/
image_test.cc 119 gc::Heap* heap = Runtime::Current()->GetHeap();
165 gc::Heap* heap = Runtime::Current()->GetHeap();
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 122 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
151 host()->GetHeap()->incremental_marking()->RecordWrite(
204 host()->GetHeap()->incremental_marking()->RecordWrite(
247 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
369 DCHECK(!HeapObject::cast(obj)->GetHeap()->InNewSpace(obj));
  /external/chromium_org/v8/src/x87/
assembler-x87-inl.h 123 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
152 host()->GetHeap()->incremental_marking()->RecordWrite(
205 host()->GetHeap()->incremental_marking()->RecordWrite(
248 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
370 DCHECK(!HeapObject::cast(obj)->GetHeap()->InNewSpace(obj));
  /art/runtime/
common_runtime_test.cc 233 runtime_->GetHeap()->CreateThreadPool();
234 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
283 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
monitor_test.cc 63 Runtime::Current()->GetHeap()->SetIdealFootprint(1 * GB);
84 size_t mem = Runtime::Current()->GetHeap()->GetFreeMemory();
check_jni.cc 211 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj)) {
212 Runtime::Current()->GetHeap()->DumpSpaces(LOG(ERROR));
250 if (o == nullptr || !Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) {
251 Runtime::Current()->GetHeap()->DumpSpaces(LOG(ERROR));
466 !Runtime::Current()->GetHeap()->IsValidObjectAddress(c)) {
632 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj)) {
633 Runtime::Current()->GetHeap()->DumpSpaces(LOG(ERROR));
686 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(a)) {
687 Runtime::Current()->GetHeap()->DumpSpaces(LOG(ERROR));
707 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(f) || !f->IsArtField())
    [all...]
runtime.cc 427 if (!IsImageDex2OatEnabled() || !Runtime::Current()->GetHeap()->HasImageSpace()) {
812 GetHeap()->EnableObjectValidation();
814 CHECK_GE(GetHeap()->GetContinuousSpaces().size(), 1U);
816 if (GetHeap()->HasImageSpace()) {
819 GetHeap()->GetImageSpace()->VerifyImageAllocations();
    [all...]
  /art/runtime/gc/space/
zygote_space.cc 109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable();
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 146 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
175 host()->GetHeap()->incremental_marking()->RecordWrite(
224 host()->GetHeap()->incremental_marking()->RecordWrite(
271 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/chromium_org/v8/src/x64/
assembler-x64-inl.h 283 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
322 host()->GetHeap()->incremental_marking()->RecordWrite(
370 host()->GetHeap()->incremental_marking()->RecordWrite(
446 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /art/runtime/native/
dalvik_system_VMDebug.cc 250 gc::Heap* heap = Runtime::Current()->GetHeap();
282 gc::Heap* heap = Runtime::Current()->GetHeap();

Completed in 1831 milliseconds

12 3 4 5 6