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

  /art/runtime/gc/accounting/
remembered_set.h 67 Heap* GetHeap() const {
mod_union_table.h 84 Heap* GetHeap() const {
  /art/runtime/gc/collector/
garbage_collector.h 134 Heap* GetHeap() const {
  /art/runtime/
runtime.h 225 gc::Heap* GetHeap() const {
  /external/chromium_org/v8/src/
objects-inl.h 79 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
144 HeapObject::cast(this)->GetHeap()->external_map();
529 chars, length_, string_->GetHeap()->HashSeed());
739 Heap* heap = map->GetHeap();
753 HeapObject::cast(this)->GetHeap()->native_context_map();
760 HeapObject::cast(this)->GetHeap()->scope_info_map();
820 HeapObject::cast(this)->GetHeap()->hash_table_map();
826 this != HeapObject::cast(this)->GetHeap()->string_table();
906 HeapObject::cast(this)->GetHeap()->ordered_hash_table_map();
    [all...]

Completed in 96 milliseconds