HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /art/runtime/gc/accounting/
gc_allocator.cc 26 Runtime::Current()->GetHeap()->RegisterGCAllocation(bytes);
31 Runtime::Current()->GetHeap()->RegisterGCDeAllocation(bytes);
mod_union_table-inl.h 34 const std::vector<space::ContinuousSpace*>& spaces = GetHeap()->GetContinuousSpaces();
53 const std::vector<space::ContinuousSpace*>& spaces = GetHeap()->GetContinuousSpaces();
mod_union_table.cc 87 CardTable* card_table = GetHeap()->GetCardTable();
149 Heap* heap = mod_union_table_->GetHeap();
159 mod_union_table_->GetHeap()->DumpSpaces();
191 Heap* heap = GetHeap();
237 Heap* heap = GetHeap();
283 CardTable* card_table = GetHeap()->GetCardTable();
mod_union_table.h 79 Heap* GetHeap() const {
  /art/runtime/gc/collector/
sticky_mark_sweep.cc 40 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
46 GetHeap()->GetLargeObjectsSpace()->CopyLiveToMarked();
58 accounting::ObjectStack* live_stack = GetHeap()->GetLiveStack();
partial_mark_sweep.cc 39 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
mark_sweep.cc 102 for (space::ContinuousSpace* cur_space : GetHeap()->GetContinuousSpaces()) {
123 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
212 if (GetHeap()->verify_missing_card_marks_ || GetHeap()->verify_pre_gc_heap_||
213 GetHeap()->verify_post_gc_heap_) {
217 SweepArray(GetHeap()->allocation_stack_.get(), false);
226 CHECK_GE(live_stack_freeze_size_, GetHeap()->GetLiveStack()->Size());
306 accounting::ObjectStack* allocation_stack = GetHeap()->allocation_stack_.get();
356 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
363 GetHeap()->DumpSpaces()
    [all...]
garbage_collector.cc 120 for (const auto& space : GetHeap()->GetContinuousSpaces()) {
134 for (const auto& disc_space : GetHeap()->GetDiscontinuousSpaces()) {
garbage_collector.h 51 Heap* GetHeap() const {
  /art/runtime/native/
java_lang_Runtime.cc 35 Runtime::Current()->GetHeap()->CollectGarbage(false);
79 return Runtime::Current()->GetHeap()->GetMaxMemory();
83 return Runtime::Current()->GetHeap()->GetTotalMemory();
87 return Runtime::Current()->GetHeap()->GetFreeMemory();
dalvik_system_VMRuntime.cc 39 return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
43 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
95 Runtime::Current()->GetHeap()->ClearGrowthLimit();
155 Runtime::Current()->GetHeap()->RegisterNativeAllocation(bytes);
164 Runtime::Current()->GetHeap()->RegisterNativeFree(bytes);
171 gc::Heap* heap = Runtime::Current()->GetHeap();
196 Runtime::Current()->GetHeap()->ConcurrentGC(self);
  /art/runtime/gc/
heap_test.cc 31 Heap* heap = Runtime::Current()->GetHeap();
55 Runtime::Current()->GetHeap()->CollectGarbage(false);
  /external/chromium_org/v8/src/
transitions-inl.h 61 return Search(GetHeap()->elements_transition_symbol()) != kNotFound;
72 Heap* heap = GetHeap();
102 Heap* heap = GetHeap();
objects-visiting-inl.h 112 Heap* heap = map->GetHeap();
134 map->GetHeap(),
138 map->GetHeap(),
150 map->GetHeap(),
154 map->GetHeap(),
333 MarkCompactCollector* collector = map->GetHeap()->mark_compact_collector();
347 Heap* heap = map->GetHeap();
370 Heap* heap = map->GetHeap();
394 Heap* heap = map->GetHeap();
409 Heap* heap = map->GetHeap();
    [all...]
contexts.cc 273 Object* context = GetHeap()->native_contexts_list();
287 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
312 element_function->set_next_function_link(GetHeap()->undefined_value());
329 set(OPTIMIZED_FUNCTIONS_LIST, GetHeap()->undefined_value());
contexts.h 398 return map == map->GetHeap()->native_context_map();
402 return map == map->GetHeap()->function_context_map();
406 return map == map->GetHeap()->catch_context_map();
410 return map == map->GetHeap()->with_context_map();
414 return map == map->GetHeap()->block_context_map();
418 return map == map->GetHeap()->module_context_map();
422 return map == map->GetHeap()->global_context_map();
  /art/runtime/mirror/
object.cc 47 gc::Heap* heap = Runtime::Current()->GetHeap();
88 !Runtime::Current()->GetHeap()->IsObjectValidationEnabled() ||
  /external/v8/src/
elements.cc 169 Heap* heap = from->GetHeap();
187 Heap* heap = from->GetHeap();
272 Heap* heap = from->GetHeap();
444 : backing_store->GetHeap()->the_hole_value();
550 backing_store->GetHeap()->AllocateFixedArray(len0 + extra);
649 array->GetHeap()->CreateFillerObjectAt(filler_start, filler_size);
672 return array->GetHeap()->undefined_value();
692 Heap* heap = obj->GetHeap();
755 return to->GetHeap()->undefined_value();
    [all...]
contexts.h 345 return map == map->GetHeap()->function_context_map();
349 return map == map->GetHeap()->catch_context_map();
353 return map == map->GetHeap()->with_context_map();
357 return map == map->GetHeap()->block_context_map();
361 return map == map->GetHeap()->module_context_map();
objects-inl.h 93 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
579 Heap* heap = map->GetHeap();
593 HeapObject::cast(this)->GetHeap()->global_context_map();
600 HeapObject::cast(this)->GetHeap()->scope_info_map();
647 HeapObject::cast(this)->GetHeap()->hash_table_map();
653 this != HeapObject::cast(this)->GetHeap()->symbol_table();
659 HeapObject::cast(this)->GetHeap()->raw_unchecked_symbol_table();
1119 Heap* HeapObject::GetHeap() {
1129 return GetHeap()->isolate();
1143 value->GetHeap()->incremental_marking()->RecordWrite(this, NULL, value)
    [all...]
ic-inl.h 93 target->GetHeap()->incremental_marking()->RecordCodeTargetPatch(address,
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 53 CHECK(Runtime::Current()->GetHeap()->IsHeapAddress(value_as_work_around_rep))
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 169 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
210 host()->GetHeap()->incremental_marking()->RecordWrite(
256 host()->GetHeap()->incremental_marking()->RecordWrite(
299 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/arm/
assembler-arm-inl.h 92 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
122 host()->GetHeap()->incremental_marking()->RecordWrite(
159 host()->GetHeap()->incremental_marking()->RecordWrite(
180 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
  /external/v8/src/mips/
assembler-mips-inl.h 153 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
188 host()->GetHeap()->incremental_marking()->RecordWrite(
226 host()->GetHeap()->incremental_marking()->RecordWrite(
251 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(

Completed in 277 milliseconds

1 2 3 4 5