Searched defs:child_ptr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc2938 HeapThing child_ptr,
2940 entries_->CountReference(parent_ptr, child_ptr);
2945 HeapThing child_ptr,
2947 entries_->CountReference(parent_ptr, child_ptr);
2953 HeapThing child_ptr,
2955 entries_->CountReference(parent_ptr, child_ptr);
2960 HeapThing child_ptr,
2962 entries_->CountReference(parent_ptr, child_ptr);
2991 HeapThing child_ptr,
2995 parent_ptr, child_ptr,
2934 SetIndexedReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, int, HeapThing child_ptr, HeapEntry*) argument
2942 SetIndexedAutoIndexReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, HeapThing child_ptr, HeapEntry*) argument
2949 SetNamedReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, const char*, HeapThing child_ptr, HeapEntry*) argument
2957 SetNamedAutoIndexReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, HeapThing child_ptr, HeapEntry*) argument
2987 SetIndexedReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, int index, HeapThing child_ptr, HeapEntry* child_entry) argument
2999 SetIndexedAutoIndexReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, HeapThing child_ptr, HeapEntry* child_entry) argument
3010 SetNamedReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, const char* reference_name, HeapThing child_ptr, HeapEntry* child_entry) argument
3022 SetNamedAutoIndexReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, HeapThing child_ptr, HeapEntry* child_entry) argument
[all...]

Completed in 54 milliseconds