Home
last modified time | relevance | path

Searched defs:gcInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DVisitor.cpp40 void Visitor::checkGCInfo(const void* payload, const GCInfo* gcInfo) in checkGCInfo()
DHeap.cpp61 const GCInfo* gcInfo = Heap::findGCInfo(reinterpret_cast<Address>(const_cast<void*>(object))); in classOf() local
403 void HeapObjectHeader::finalize(const GCInfo* gcInfo, Address object, size_t objectSize) in finalize()
514 Address ThreadHeap<Header>::outOfLineAllocate(size_t size, const GCInfo* gcInfo) in outOfLineAllocate()
549 void ThreadHeap<Header>::ensureCurrentAllocation(size_t minSize, const GCInfo* gcInfo) in ensureCurrentAllocation()
628 Address ThreadHeap<Header>::allocateLargeObject(size_t size, const GCInfo* gcInfo) in allocateLargeObject()
681 void ThreadHeap<FinalizedHeapObjectHeader>::addPageToHeap(const GCInfo* gcInfo) in addPageToHeap()
689 void ThreadHeap<HeapObjectHeader>::addPageToHeap(const GCInfo* gcInfo) in addPageToHeap()
733 void ThreadHeap<Header>::allocatePage(const GCInfo* gcInfo) in allocatePage()
928 HeapPage<Header>::HeapPage(PageMemory* storage, ThreadHeap<Header>* heap, const GCInfo* gcInfo) in HeapPage()
DHeap.h135 BaseHeapPage(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) in BaseHeapPage()
161 const GCInfo* gcInfo() { return m_gcInfo; } in gcInfo() function
190 …LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(stor… in LargeHeapObject()
319 inline const GCInfo* gcInfo() { return 0; } in gcInfo() function
356 FinalizedHeapObjectHeader(size_t encodedSize, const GCInfo* gcInfo) in FinalizedHeapObjectHeader()
366 const GCInfo* gcInfo() { return m_gcInfo; } in gcInfo() function
1329 Address ThreadHeap<Header>::allocate(size_t size, const GCInfo* gcInfo) in allocate()
DThreadState.cpp920 if (const GCInfo* gcInfo = (*it)->findGCInfo(address)) { in findGCInfoFromAllThreads() local