Searched refs:orphaned (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.cpp47 ASSERT(page->orphaned() || FinalizedHeapObjectHeader::fromPayload(payload)->gcInfo() == gcInfo);
57 ASSERT(page->orphaned() || page->gcInfo() == gcInfo); \
H A DThreadState.h832 bool orphaned() { return !m_threadState; } function in class:blink::BaseHeapPage
848 // if the page is traced after being terminated (orphaned).
H A DVisitor.h524 // Before doing adjustAndMark we need to check if the page is orphaned
526 // If orphaned just mark the page as traced.
528 if (heapPage->orphaned()) {
H A DHeap.cpp1071 // If the orphaned page was traced in the last GC it is not
1074 // We remark the page as orphaned to clear the tracedAfterOrphaned
2238 if (Mode == GlobalMarking && heapPage->orphaned()) {
2239 // When doing a global GC we should only get a trace callback to an orphaned
2247 if (Mode == ThreadLocalMarking && (heapPage->orphaned() || !heapPage->terminating()))
2287 ASSERT(!heapPageForObject->orphaned());
2295 // For weak processing we should never reach orphaned pages since orphaned
2297 // registered as objects on orphaned pages. We cannot assert this here since
2312 // orphaned pag
[all...]
H A DHeap.h93 // The orphaned zap value must be zero in the lowest bits to allow for using
1395 ASSERT(page->orphaned() || m_magic == magic);
/external/e2fsprogs/po/
H A Dat-expand.pl92 $msg =~ s/\@o/orphaned/g;

Completed in 153 milliseconds