HomeSort by relevance Sort by last modified time
    Searched refs:HeapThing (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 270 typedef void* HeapThing;
277 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
287 int Map(HeapThing thing);
288 void Pair(HeapThing thing, int entry);
291 static uint32_t Hash(HeapThing thing) {
337 virtual HeapEntry* AllocateEntry(HeapThing ptr);
531 static HeapThing const kNativesRootObject;
557 // Mapping from HeapThing pointers to HeapEntry* pointers.
heap-snapshot-generator.cc 717 int HeapEntriesMap::Map(HeapThing thing) {
724 void HeapEntriesMap::Pair(HeapThing thing, int entry) {
806 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
916 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
921 HeapEntry* FindEntry(HeapThing ptr) {
925 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
    [all...]

Completed in 52 milliseconds