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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 485 if (gcInfo->hasVTable()) {
545 if (heapObjectHeader()->hasVTable() && !vTableInitialized(payload())) {
558 if (gcInfo()->hasVTable() && !vTableInitialized(payload())) {
    [all...]
Visitor.h 87 bool hasVTable() const { return m_hasVTable; }
Heap.h 410 bool hasVTable() { return m_gcInfo->hasVTable(); }
564 bool hasVTable(Header*);
    [all...]

Completed in 64 milliseconds