Lines Matching refs:child_entry
2366 HeapEntry* child_entry = GetEntry(child_obj); in SetClosureReference() local
2367 if (child_entry != NULL) { in SetClosureReference()
2373 child_entry); in SetClosureReference()
2382 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference() local
2383 if (child_entry != NULL) { in SetNativeBindReference()
2389 child_entry); in SetNativeBindReference()
2398 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference() local
2399 if (child_entry != NULL) { in SetElementReference()
2405 child_entry); in SetElementReference()
2415 HeapEntry* child_entry = GetEntry(child_obj); in SetInternalReference() local
2416 if (child_entry != NULL) { in SetInternalReference()
2422 child_entry); in SetInternalReference()
2433 HeapEntry* child_entry = GetEntry(child_obj); in SetInternalReference() local
2434 if (child_entry != NULL) { in SetInternalReference()
2440 child_entry); in SetInternalReference()
2450 HeapEntry* child_entry = GetEntry(child_obj); in SetHiddenReference() local
2451 if (child_entry != NULL) { in SetHiddenReference()
2457 child_entry); in SetHiddenReference()
2467 HeapEntry* child_entry = GetEntry(child_obj); in SetWeakReference() local
2468 if (child_entry != NULL) { in SetWeakReference()
2474 child_entry); in SetWeakReference()
2486 HeapEntry* child_entry = GetEntry(child_obj); in SetPropertyReference() local
2487 if (child_entry != NULL) { in SetPropertyReference()
2502 child_entry); in SetPropertyReference()
2512 HeapEntry* child_entry = GetEntry(child_obj); in SetPropertyShortcutReference() local
2513 if (child_entry != NULL) { in SetPropertyShortcutReference()
2519 child_entry); in SetPropertyShortcutReference()
2533 HeapEntry* child_entry = GetEntry(child_obj); in SetRootShortcutReference() local
2534 ASSERT(child_entry != NULL); in SetRootShortcutReference()
2538 child_obj, child_entry); in SetRootShortcutReference()
2552 HeapEntry* child_entry = GetEntry(child_obj); in SetGcSubrootReference() local
2553 if (child_entry != NULL) { in SetGcSubrootReference()
2557 child_obj, child_entry); in SetGcSubrootReference()
2770 HeapEntry* child_entry = in FillImplicitReferences() local
2776 child, child_entry); in FillImplicitReferences()
2862 HeapEntry* child_entry = in SetNativeRootReference() local
2864 ASSERT(child_entry != NULL); in SetNativeRootReference()
2872 info, child_entry); in SetNativeRootReference()
2992 HeapEntry* child_entry) { in SetIndexedReference() argument
2997 type, child_index, index, child_entry, retainer_index); in SetIndexedReference()
3003 HeapEntry* child_entry) { in SetIndexedAutoIndexReference() argument
3008 type, child_index, child_index + 1, child_entry, retainer_index); in SetIndexedAutoIndexReference()
3015 HeapEntry* child_entry) { in SetNamedReference() argument
3020 type, child_index, reference_name, child_entry, retainer_index); in SetNamedReference()
3026 HeapEntry* child_entry) { in SetNamedAutoIndexReference() argument
3033 child_entry, in SetNamedAutoIndexReference()