• Home
  • Raw
  • Download

Lines Matching refs:GetEntry

1082     HeapEntry* key_entry = GetEntry(key);  in ExtractEphemeronHashTableReferences()
1084 HeapEntry* value_entry = GetEntry(value); in ExtractEphemeronHashTableReferences()
1568 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer
1633 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractReferences()
1692 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference()
1693 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference()
1712 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference()
1713 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference()
1724 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference()
1725 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference()
1737 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference()
1738 HeapEntry* child_entry = GetEntry(child_obj); in SetInternalReference()
1755 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference()
1756 HeapEntry* child_entry = GetEntry(child_obj); in SetInternalReference()
1770 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetHiddenReference()
1771 HeapEntry* child_entry = GetEntry(child_obj); in SetHiddenReference()
1785 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetWeakReference()
1786 HeapEntry* child_entry = GetEntry(child_obj); in SetWeakReference()
1803 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetWeakReference()
1804 HeapEntry* child_entry = GetEntry(child_obj); in SetWeakReference()
1835 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetPropertyReference()
1836 HeapEntry* child_entry = GetEntry(child_obj); in SetPropertyReference()
1863 HeapEntry* child_entry = GetEntry(child_obj); in SetUserGlobalReference()
1878 HeapEntry* child_entry = GetEntry(child_obj); in SetGcSubrootReference()
1951 HeapEntry* entry = GetEntry(obj); in TagObject()