Searched refs:HeapThing (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h790 typedef void* HeapThing; typedef in namespace:v8::internal
798 HeapThing ptr, int children_count, int retainers_count) = 0;
810 HeapEntry* Map(HeapThing thing);
811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
812 void CountReference(HeapThing from, HeapThing to,
836 static uint32_t Hash(HeapThing thing) {
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
876 virtual HeapEntry* AddEntry(HeapThing pt
[all...]
H A Dprofile-generator.cc1528 HeapEntry* HeapEntriesMap::Map(HeapThing thing) {
1540 HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry) {
1548 void HeapEntriesMap::CountReference(HeapThing from, HeapThing to,
1652 HeapThing ptr, int children_count, int retainers_count) {
2659 HeapThing ptr, int children_count, int retainers_count);
2668 HeapThing ptr, int children_count, int retainers_count) {
2923 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2927 HeapEntry* FindEntry(HeapThing ptr) {
2930 HeapEntry* FindOrAddEntry(HeapThing pt
[all...]

Completed in 59 milliseconds