Searched defs:GCInfo (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h187 LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(storage, gcInfo, state)
196 virtual const GCInfo* findGCInfo(Address address)
337 HeapObjectHeader(size_t encodedSize, const GCInfo*) argument
350 inline const GCInfo* gcInfo() { return 0; }
365 static void finalize(const GCInfo*, Address, size_t);
383 // own GCInfo structure for tracing and potential finalization.
387 FinalizedHeapObjectHeader(size_t encodedSize, const GCInfo* gcInfo)
397 const GCInfo* gcInfo() { return m_gcInfo; }
413 const GCInfo* m_gcInfo;
488 // of the objects will have the same GCInfo pointe
[all...]
H A DVisitor.h77 // GCInfo contains meta-data associated with objects allocated in the
83 // reachable. There is a GCInfo struct for each class that directly
85 struct GCInfo { struct in namespace:blink
128 // Trait to get the GCInfo structure for types that have their
421 void checkGCInfo(const void*, const GCInfo*);
426 DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);) \
626 static const GCInfo* get()
628 static const GCInfo gcInfo = {
656 static const GCInfo* get()

Completed in 6920 milliseconds