Home
last modified time | relevance | path

Searched refs:IsComplete (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-utils-arm64.h106 DCHECK(IsComplete()); in flags_nzcv()
111 inline bool IsComplete() const { in IsComplete() function
123 DCHECK(IsComplete()); in RegAliasesMatch()
130 DCHECK(IsComplete()); in SPRegAliasesMatch()
136 DCHECK(IsComplete()); in FPRegAliasesMatch()
Dcctest.h517 while (!marking->IsComplete()) { in SimulateIncrementalMarking()
520 CHECK(marking->IsComplete()); in SimulateIncrementalMarking()
Dtest-heap.cc2124 while (!marking->IsStopped() && !marking->IsComplete()) { in TEST()
3813 DCHECK(marking->IsComplete()); in TEST()
/external/vixl/test/
Dtest-utils-a64.h131 VIXL_ASSERT(IsComplete()); in flags_nzcv()
136 inline bool IsComplete() const { in IsComplete() function
148 VIXL_ASSERT(IsComplete()); in RegAliasesMatch()
155 VIXL_ASSERT(IsComplete()); in SPRegAliasesMatch()
161 VIXL_ASSERT(IsComplete()); in FPRegAliasesMatch()
/external/v8/src/heap/
Dincremental-marking.h43 inline bool IsComplete() { return state() == COMPLETE; } in IsComplete() function
Dheap.cc817 if (!incremental_marking()->IsComplete() && !FLAG_gc_global) { in CollectGarbage()
4283 if (incremental_marking()->IsComplete()) { in AdvanceIdleIncrementalMarking()
/external/clang/lib/AST/
DVTableBuilder.cpp2013 bool IsComplete = in dumpLayout() local
2019 if (IsComplete) in dumpLayout()