Home
last modified time | relevance | path

Searched refs:Epoch (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DEpochTracker.h38 uint64_t Epoch; member in llvm::DebugEpochBase
41 DebugEpochBase() : Epoch(0) {} in DebugEpochBase()
45 void incrementEpoch() { ++Epoch; } in incrementEpoch()
67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
H A DDenseMap.h1053 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1055 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEpochTracker.h36 uint64_t Epoch; member in llvm::DebugEpochBase
39 DebugEpochBase() : Epoch(0) {} in DebugEpochBase()
43 void incrementEpoch() { ++Epoch; } in incrementEpoch()
65 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
H A DDenseMap.h435 DebugEpochBase &Epoch, in makeIterator()
439 return iterator(B, E, Epoch, NoAdvance); in makeIterator()
441 return iterator(P, E, Epoch, NoAdvance); in makeIterator()
445 const DebugEpochBase &Epoch, in makeConstIterator()
449 return const_iterator(B, E, Epoch, NoAdvance); in makeConstIterator()
451 return const_iterator(P, E, Epoch, NoAdvance); in makeConstIterator()
1180 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1182 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
434 makeIterator(BucketT *P, BucketT *E, DebugEpochBase &Epoch, bool NoAdvance=false) makeIterator() argument
444 makeConstIterator(const BucketT *P, const BucketT *E, const DebugEpochBase &Epoch, const bool NoAdvance=false) const makeConstIterator() argument
H A DSmallPtrSet.h278 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
277 SmallPtrSetIterator(const void *const *BP, const void *const *E, const DebugEpochBase &Epoch) SmallPtrSetIterator() argument
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOPosix.cpp35 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() argument
38 if (Epoch) in ListFilesInDirRecursive()
39 if (E && *Epoch >= E) return; in ListFilesInDirRecursive()
51 ListFilesInDirRecursive(Path, Epoch, V, false); in ListFilesInDirRecursive()
54 if (Epoch && TopDir) in ListFilesInDirRecursive()
55 *Epoch = E; in ListFilesInDirRecursive()
H A DFuzzerIO.cpp70 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits()
71 long E = Epoch ? *Epoch : 0; in ReadDirToVectorOfUnits()
73 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true); in ReadDirToVectorOfUnits()
77 if (Epoch && GetEpoch(X) < E) continue; in ReadDirToVectorOfUnits()
69 ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, size_t MaxSize, bool ExitOnError) ReadDirToVectorOfUnits() argument
H A DFuzzerIOWindows.cpp75 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() argument
78 if (Epoch) in ListFilesInDirRecursive()
79 if (E && *Epoch >= E) return; in ListFilesInDirRecursive()
106 ListFilesInDirRecursive(FileName, Epoch, V, false); in ListFilesInDirRecursive()
118 if (Epoch && TopDir) in ListFilesInDirRecursive()
119 *Epoch = E; in ListFilesInDirRecursive()
H A DFuzzerIO.h31 long *Epoch, size_t MaxSize, bool ExitOnError);
49 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array.h247 V(Epoch, unsigned, 2, _) \
255 unsigned epoch_from_value = Epoch::decode(static_cast<uint16_t>(raw_value)); in decode()
258 unsigned actual_epoch = mark_compact_epoch & Epoch::kMask; in decode()
263 Epoch::decode(epoch_from_value + 1) == actual_epoch); in decode()
275 Epoch::encode(mark_compact_epoch & Epoch::kMask) | in encode()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc750 << NumberOfMarkedDescriptors::Epoch::decode(raw_marked) << ", marked " in DescriptorArrayPrint()

Completed in 11 milliseconds