Home
last modified time | relevance | path

Searched refs:kEndMarker (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc257 static const base::uc32 kEndMarker = (1 << 21); member in v8::internal::__anonb9b760c60111::RegExpParserImpl
368 current_(kEndMarker), in RegExpParserImpl()
419 return kEndMarker; in Next()
435 current_ = kEndMarker; in Advance()
445 if (current() == kEndMarker) return; in RewindByOneCodepoint()
499 current_ = kEndMarker; in ReportError()
543 case kEndMarker: in ParseDisjunction()
657 case kEndMarker: in ParseDisjunction()
968 while ((c = current()) != kEndMarker) { in ScanForCaptures()
979 while ((n = current()) != kEndMarker) { in ScanForCaptures()
[all …]
/third_party/node/deps/v8/src/base/
Dlogging.cc127 static const uintptr_t kEndMarker = 0xdecade11; member in __anond72dfe580211::FailureMessage
132 uintptr_t end_marker_ = kEndMarker;
/third_party/lzma/CPP/7zip/Common/
DMethodProps.h166 const int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()
309 if (FindProp(NCoderPropID::kEndMarker) < 0) in AddProp_EndMarker_if_NotFound()
310 AddPropBool(NCoderPropID::kEndMarker, eos); in AddProp_EndMarker_if_NotFound()
/third_party/node/deps/v8/src/compiler/
Djs-graph.cc188 SparseInputMask(SparseInputMask::kEndMarker << 1))))
Dcommon-operator.cc222 base::bits::CountPopulation(kEndMarker), in InputIterator()
257 return (bit_mask_ == kEndMarker) || in IsEnd()
265 base::bits::CountPopulation(kEndMarker); in CountReal()
294 while (mask != SparseInputMask::kEndMarker) { in operator <<()
Dstate-values-utils.cc166 input_mask |= SparseInputMask::kEndMarker << virtual_node_count; in FillBufferWithValues()
Dcommon-operator.h225 static const BitMaskType kEndMarker = 0x1; variable
/third_party/lzma/CPP/7zip/
DICoder.h122 kEndMarker, // VT_BOOL enumerator
/third_party/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp179 case NCoderPropID::kEndMarker: in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp672 NCoderPropID::kEndMarker,
/third_party/node/deps/v8/src/execution/
Disolate.h2543 static const uintptr_t kEndMarker = 0xdecade31; variable
2556 uintptr_t end_marker_ = kEndMarker;
/third_party/node/deps/v8/src/heap/
Dheap.h2486 static const int kEndMarker = 0xDECADE01; variable
Dheap.cc5351 *stats->end_marker = HeapStats::kEndMarker; in RecordStats()