Home
last modified time | relevance | path

Searched refs:current_ (Results 1 – 25 of 2075) sorted by relevance

12345678910>>...83

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dgc-tracer.cc237 current_ = in Start()
329 double duration = current_.end_time - current_.start_time; in Stop()
511 double duration = current_.end_time - current_.start_time; in Print()
550 double duration = current_.end_time - current_.start_time; in PrintNVP()
625 current_ in PrintNVP()
627 current_ in PrintNVP()
640 current_.end_object_size, current_.start_holes_size, in PrintNVP()
697 current_ in PrintNVP()
872 current_ in PrintNVP()
894 current_.start_object_size, current_.end_object_size, in PrintNVP()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dgc-tracer.cc241 current_ = in Start()
319 double duration = current_.end_time - current_.start_time; in Stop()
501 double duration = current_.end_time - current_.start_time; in Print()
540 double duration = current_.end_time - current_.start_time; in PrintNVP()
615 current_ in PrintNVP()
617 current_ in PrintNVP()
630 current_.end_object_size, current_.start_holes_size, in PrintNVP()
685 current_ in PrintNVP()
858 current_ in PrintNVP()
880 current_.start_object_size, current_.end_object_size, in PrintNVP()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dgc-tracer.cc229 current_ = in Start()
315 double duration = current_.end_time - current_.start_time; in Stop()
464 double duration = current_.end_time - current_.start_time; in Print()
502 double duration = current_.end_time - current_.start_time; in PrintNVP()
578 current_ in PrintNVP()
580 current_ in PrintNVP()
591 current_.end_object_size, current_.start_holes_size, in PrintNVP()
646 current_ in PrintNVP()
813 current_ in PrintNVP()
834 current_.start_object_size, current_.end_object_size, in PrintNVP()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dgc-tracer.cc264 current_ = in Start()
359 double duration = current_.end_time - current_.start_time; in Stop()
545 double duration = current_.end_time - current_.start_time; in Print()
584 double duration = current_.end_time - current_.start_time; in PrintNVP()
657 current_ in PrintNVP()
659 current_ in PrintNVP()
671 current_.end_object_size, current_.start_holes_size, in PrintNVP()
726 current_ in PrintNVP()
892 current_ in PrintNVP()
896 current_ in PrintNVP()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtokenizer.cpp23 current_(EOF), in tokenizer()
66 if (current_ != 254) in next_token()
73 if (current_ == '#') in next_token()
78 switch(current_) { in next_token()
140 if (is_alnum(current_) || current_ == '$') { in next_token()
149 } while (is_alnum(current_) || current_ == '$'); in next_token()
158 if (current_ != EOF) in next_token()
179 if (current_ == '\n' || current_ == EOF) return; in skip_comment()
202 while (current_ != '\n' && current_ != EOF) { in skip_comment()
209 while (current_ != '\n' && current_ != EOF) { in skip_comment()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc37 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); in Next()
47 if (*current_++ == 'r') in Next()
50 if (*current_++ == 'w') in Next()
53 if (*current_++ == 'x') in Next()
56 if (*current_++ == 's') in Next()
61 ParseHex(&current_); in Next()
63 ParseHex(&current_); in Next()
66 current_++; in Next()
71 while (current_ < next_line && *current_ == ' ') in Next()
72 current_++; in Next()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc37 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); in Next()
47 if (*current_++ == 'r') in Next()
50 if (*current_++ == 'w') in Next()
53 if (*current_++ == 'x') in Next()
56 if (*current_++ == 's') in Next()
61 ParseHex(&current_); in Next()
63 ParseHex(&current_); in Next()
66 current_++; in Next()
71 while (current_ < next_line && *current_ == ' ') in Next()
72 current_++; in Next()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_fragment_child_iterator.cc22 current_.link_.fragment = nullptr; in NGFragmentChildIterator()
47 if (current_.cursor_) { in Descend()
53 *current_.cursor_, in Descend()
58 DCHECK(current_.BoxFragment()); in Descend()
90 DCHECK(current_.link_.fragment); in UpdateSelfFromFragment()
93 current_.block_break_token_ = in UpdateSelfFromFragment()
129 DCHECK(current_.cursor_); in AdvanceWithCursor()
159 current_.cursor_.reset(); in AdvanceWithCursor()
166 DCHECK(current_.cursor_); in UpdateSelfFromCursor()
176 if (!current_.link_.fragment || !current_.link_.fragment->IsFloating()) { in UpdateSelfFromCursor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment_traversal.cc40 : current_(other.current_), in NGPaintFragmentTraversal()
47 : current_(other.current_), in NGPaintFragmentTraversal()
58 current_ = other.current_; in operator =()
115 current_ = current_->Parent(); in MoveToParent()
155 current_ = current_->FirstChild(); in MoveToFirstChild()
217 return current_; in operator ->()
222 current_ = current_->Parent(); in operator ++()
230 if (!current_ || IsInlineFragment(*current_)) in Iterator()
238 return current_; in operator ->()
244 current_ = Next(*current_); in operator ++()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment_traversal.cc40 : current_(other.current_), in NGPaintFragmentTraversal()
47 : current_(other.current_), in NGPaintFragmentTraversal()
58 current_ = other.current_; in operator =()
115 current_ = current_->Parent(); in MoveToParent()
155 current_ = current_->FirstChild(); in MoveToFirstChild()
217 return current_; in operator ->()
222 current_ = current_->Parent(); in operator ++()
230 if (!current_ || IsInlineFragment(*current_)) in Iterator()
238 return current_; in operator ->()
244 current_ = Next(*current_); in operator ++()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_extension_parser.cc17 current_ = data; in Parse()
43 if (current_ == end_ || c != *current_) in Consume()
45 ++current_; in Consume()
93 while (current_ < end_ && HttpUtil::IsTokenChar(*current_)) in ConsumeToken()
94 ++current_; in ConsumeToken()
106 while (current_ < end_ && *current_ != '"') { in ConsumeQuotedToken()
108 ++current_; in ConsumeQuotedToken()
115 ++current_; in ConsumeQuotedToken()
121 ++current_; in ConsumeQuotedToken()
127 while (current_ < end_ && (*current_ == ' ' || *current_ == '\t')) in ConsumeSpaces()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_extension_parser.cc17 current_ = data; in Parse()
43 if (current_ == end_ || c != *current_) in Consume()
45 ++current_; in Consume()
93 while (current_ < end_ && HttpUtil::IsTokenChar(*current_)) in ConsumeToken()
94 ++current_; in ConsumeToken()
106 while (current_ < end_ && *current_ != '"') { in ConsumeQuotedToken()
108 ++current_; in ConsumeQuotedToken()
115 ++current_; in ConsumeQuotedToken()
121 ++current_; in ConsumeQuotedToken()
127 while (current_ < end_ && (*current_ == ' ' || *current_ == '\t')) in ConsumeSpaces()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_fragment_child_iterator.cc22 current_.link_.fragment = nullptr; in NGFragmentChildIterator()
26 current_.cursor_.emplace(parent); in NGFragmentChildIterator()
41 current_.link_.fragment = nullptr; in NGFragmentChildIterator()
47 if (current_.cursor_) { in Descend()
53 *current_.cursor_, in Descend()
58 DCHECK(current_.BoxFragment()); in Descend()
90 DCHECK(current_.link_.fragment); in UpdateSelfFromFragment()
93 current_.block_break_token_ = in UpdateSelfFromFragment()
134 DCHECK(current_.cursor_); in AdvanceWithCursor()
143 current_.cursor_.reset(); in AdvanceWithCursor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dtree_iterator.h57 if (current_ && current_->begin() != current_->end()) in TreeDFIterator()
58 parent_iterators_.emplace(make_pair(current_, current_->begin())); in TreeDFIterator()
65 return current_ == x.current_;
94 current_ = nullptr; in MoveToNextNode()
105 if (current_->begin() != current_->end()) in MoveToNextNode()
106 parent_iterators_.emplace(make_pair(current_, current_->begin())); in MoveToNextNode()
110 NodePtr current_; variable
159 return current_ == x.current_;
226 while (current_->begin() != current_->end()) { in WalkToLeaf()
230 current_ = *current_->begin(); in WalkToLeaf()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/containers/
H A Dchecked_iterators.h65 return current_ == other.current_;
70 return current_ != other.current_;
75 return current_ < other.current_;
80 return current_ <= other.current_;
85 return current_ > other.current_;
90 return current_ >= other.current_;
95 ++current_;
107 --current_;
123 current_ += rhs;
139 current_ -= rhs;
[all …]
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/containers/
H A Dchecked_iterators.h65 return current_ == other.current_;
70 return current_ != other.current_;
75 return current_ < other.current_;
80 return current_ <= other.current_;
85 return current_ > other.current_;
90 return current_ >= other.current_;
95 ++current_;
107 --current_;
123 current_ += rhs;
139 current_ -= rhs;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/containers/
H A Dchecked_iterators.h65 return current_ == other.current_;
70 return current_ != other.current_;
75 return current_ < other.current_;
80 return current_ <= other.current_;
85 return current_ > other.current_;
90 return current_ >= other.current_;
95 ++current_;
107 --current_;
123 current_ += rhs;
139 current_ -= rhs;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dchecked_iterators.h66 return lhs.current_ == rhs.current_;
72 return lhs.current_ != rhs.current_;
78 return lhs.current_ < rhs.current_;
84 return lhs.current_ <= rhs.current_;
89 return lhs.current_ > rhs.current_;
95 return lhs.current_ >= rhs.current_;
100 ++current_;
112 --current_;
128 current_ += rhs;
144 current_ -= rhs;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dchecked_iterators.h129 return lhs.current_ == rhs.current_;
135 return lhs.current_ != rhs.current_;
141 return lhs.current_ < rhs.current_;
147 return lhs.current_ <= rhs.current_;
152 return lhs.current_ > rhs.current_;
158 return lhs.current_ >= rhs.current_;
163 ++current_;
175 --current_;
191 current_ += rhs;
207 current_ -= rhs;
[all …]

12345678910>>...83