Lines Matching refs:child_entry
920 HeapEntry* child_entry) {
922 parent_entry->SetIndexedReference(type, index, child_entry);
926 HeapEntry* child_entry) {
929 parent_entry->SetIndexedReference(type, index, child_entry);
934 HeapEntry* child_entry) {
936 parent_entry->SetNamedReference(type, reference_name, child_entry);
940 HeapEntry* child_entry) {
946 child_entry);
1894 HeapEntry* child_entry = GetEntry(child_obj);
1895 if (child_entry != NULL) {
1899 child_entry);
1918 HeapEntry* child_entry = GetEntry(child_obj);
1919 if (child_entry != NULL) {
1923 child_entry);
1933 HeapEntry* child_entry = GetEntry(child_obj);
1934 if (child_entry != NULL) {
1938 child_entry);
1949 HeapEntry* child_entry = GetEntry(child_obj);
1950 if (child_entry == NULL) return;
1955 child_entry);
1967 HeapEntry* child_entry = GetEntry(child_obj);
1968 if (child_entry == NULL) return;
1973 child_entry);
1984 HeapEntry* child_entry = GetEntry(child_obj);
1985 if (child_entry != NULL && IsEssentialObject(child_obj)) {
1989 child_entry);
2000 HeapEntry* child_entry = GetEntry(child_obj);
2001 if (child_entry == NULL) return;
2006 child_entry);
2018 HeapEntry* child_entry = GetEntry(child_obj);
2019 if (child_entry == NULL) return;
2024 child_entry);
2051 HeapEntry* child_entry = GetEntry(child_obj);
2052 if (child_entry != NULL) {
2066 child_entry);
2081 HeapEntry* child_entry = GetEntry(child_obj);
2082 DCHECK(child_entry != NULL);
2086 child_entry);
2100 HeapEntry* child_entry = GetEntry(child_obj);
2101 if (child_entry != NULL) {
2108 child_entry);
2114 child_entry);
2119 child_entry);
2371 HeapEntry* child_entry =
2377 child_entry);
2465 HeapEntry* child_entry =
2467 DCHECK(child_entry != NULL);
2474 child_entry = filler_->FindEntry(info);
2478 child_entry);