Home | History | Annotate | Download | only in profiler

Lines Matching defs:GetEntry

1676 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) {
1804 HeapEntry* heap_entry = GetEntry(obj);
1857 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1858 HeapEntry* child_entry = GetEntry(child_obj);
1881 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1882 HeapEntry* child_entry = GetEntry(child_obj);
1896 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1897 HeapEntry* child_entry = GetEntry(child_obj);
1912 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1913 HeapEntry* child_entry = GetEntry(child_obj);
1930 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1931 HeapEntry* child_entry = GetEntry(child_obj);
1945 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1946 HeapEntry* child_entry = GetEntry(child_obj);
1960 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1961 HeapEntry* child_entry = GetEntry(child_obj);
1978 DCHECK(parent_entry == GetEntry(parent_obj)->index());
1979 HeapEntry* child_entry = GetEntry(child_obj);
2011 DCHECK(parent_entry == GetEntry(parent_obj)->index());
2012 HeapEntry* child_entry = GetEntry(child_obj);
2042 HeapEntry* child_entry = GetEntry(child_obj);
2061 HeapEntry* child_entry = GetEntry(child_obj);
2129 HeapEntry* entry = GetEntry(obj);