Home | History | Annotate | Download | only in profiler

Lines Matching refs:child_obj

1690                                          Object* child_obj,
1693 HeapEntry* child_entry = GetEntry(child_obj);
1711 Object* child_obj) {
1713 HeapEntry* child_entry = GetEntry(child_obj);
1723 Object* child_obj) {
1725 HeapEntry* child_entry = GetEntry(child_obj);
1735 Object* child_obj,
1738 HeapEntry* child_entry = GetEntry(child_obj);
1740 if (IsEssentialObject(child_obj)) {
1753 Object* child_obj,
1756 HeapEntry* child_entry = GetEntry(child_obj);
1758 if (IsEssentialObject(child_obj)) {
1769 Object* child_obj, int field_offset) {
1771 HeapEntry* child_entry = GetEntry(child_obj);
1772 if (child_entry != nullptr && IsEssentialObject(child_obj) &&
1783 Object* child_obj,
1786 HeapEntry* child_entry = GetEntry(child_obj);
1788 if (IsEssentialObject(child_obj)) {
1801 Object* child_obj,
1804 HeapEntry* child_entry = GetEntry(child_obj);
1806 if (IsEssentialObject(child_obj)) {
1817 Name* reference_name, Object* child_obj, const char* name_format_string,
1821 child_obj, field_offset);
1823 SetPropertyReference(parent_obj, parent_entry, reference_name, child_obj,
1832 Object* child_obj,
1836 HeapEntry* child_entry = GetEntry(child_obj);
1862 void V8HeapExplorer::SetUserGlobalReference(Object* child_obj) {
1863 HeapEntry* child_entry = GetEntry(child_obj);
1877 bool is_weak, Object* child_obj) {
1878 HeapEntry* child_entry = GetEntry(child_obj);
1880 const char* name = GetStrongGcSubrootName(child_obj);
1895 if (is_weak || !child_obj->IsNativeContext()) return;
1897 JSGlobalObject* global = Context::cast(child_obj)->global_object();