OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/heap/
Visitor.h
52
//
GCInfo
contains meta-data associated with objects allocated in the
58
// reachable. There is a
GCInfo
struct for each class that directly
60
struct
GCInfo
{
Heap.h
126
BaseHeapPage(PageMemory* storage, const
GCInfo
*
gcInfo
)
128
, m_gcInfo(
gcInfo
)
147
const
GCInfo
*
gcInfo
() { return m_gcInfo; }
155
const
GCInfo
* m_gcInfo;
175
LargeHeapObject(PageMemory* storage, const
GCInfo
*
gcInfo
) : BaseHeapPage(storage,
gcInfo
) { }
271
HeapObjectHeader(size_t encodedSize, const
GCInfo
*)
[
all
...]
Completed in 1207 milliseconds