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

  /external/v8/src/
heap-snapshot-generator.h 267 typedef void* HeapThing;
274 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
284 int Map(HeapThing thing);
285 void Pair(HeapThing thing, int entry);
288 static uint32_t Hash(HeapThing thing) {
334 virtual HeapEntry* AllocateEntry(HeapThing ptr);
520 static HeapThing const kNativesRootObject;
546 // Mapping from HeapThing pointers to HeapEntry* pointers.
heap-snapshot-generator.cc 724 int HeapEntriesMap::Map(HeapThing thing) {
731 void HeapEntriesMap::Pair(HeapThing thing, int entry) {
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
900 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
905 HeapEntry* FindEntry(HeapThing ptr) {
909 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
    [all...]

Completed in 30 milliseconds