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 104 Heap* GetHeap() const {
  /art/runtime/gc/collector/
garbage_collector.h 71 Heap* GetHeap() const {
  /art/runtime/
runtime.h 263 gc::Heap* GetHeap() const {
    [all...]
  /external/v8/src/
objects-inl.h 79 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
204 return map() == GetHeap()->external_map();
371 return map() == GetHeap()->feedback_vector_map();
424 Heap* heap = GetHeap();
434 return map() == GetHeap()->native_context_map();
438 return map() == GetHeap()->script_context_table_map();
442 return map() == GetHeap()->scope_info_map();
446 return map() == GetHeap()->module_info_map();
477 return map() == GetHeap()->hash_table_map();
483 return IsHashTable() && this != GetHeap()->string_table()
    [all...]

Completed in 241 milliseconds