HomeSort by relevance Sort by last modified time
    Searched defs:GetHeap (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/accounting/
mod_union_table.h 79 Heap* GetHeap() const {
  /art/runtime/gc/collector/
garbage_collector.h 51 Heap* GetHeap() const {
  /art/runtime/
runtime.h 277 gc::Heap* GetHeap() const {
  /external/v8/src/
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...]
  /external/chromium_org/v8/src/
objects-inl.h 97 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
144 HeapObject::cast(this)->GetHeap()->external_map();
640 Heap* heap = map->GetHeap();
654 HeapObject::cast(this)->GetHeap()->native_context_map();
661 HeapObject::cast(this)->GetHeap()->scope_info_map();
721 HeapObject::cast(this)->GetHeap()->hash_table_map();
727 this != HeapObject::cast(this)->GetHeap()->string_table();
733 this == HeapObject::cast(this)->GetHeap()->raw_unchecked_string_table();
    [all...]

Completed in 836 milliseconds