Searched refs:current_ (Results 1 - 25 of 39) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc33 if (current_ >= last) return false;
39 char *next_line = (char*)internal_memchr(current_, '\n', last - current_);
43 *start = ParseHex(&current_);
44 CHECK_EQ(*current_++, '-');
45 *end = ParseHex(&current_);
46 CHECK_EQ(*current_++, ' ');
47 CHECK(IsOneOf(*current_, '-', 'r'));
49 if (*current_++ == 'r')
51 CHECK(IsOneOf(*current_, '
[all...]
H A Dsanitizer_list.h122 : list_(list), current_(list->first_) { }
124 ItemTy *ret = current_;
125 if (current_) current_ = current_->next;
128 bool hasNext() const { return current_ != 0; }
131 ItemTy *current_; member in class:__sanitizer::IntrusiveList::IteratorBase
H A Dsanitizer_procmaps_freebsd.cc55 if (current_ >= last) return false;
61 struct kinfo_vmentry *VmEntry = (struct kinfo_vmentry*)current_;
81 current_ += VmEntry->kve_structsize;
H A Dsanitizer_procmaps.h63 const char *current_; member in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_common.cc90 current_ = proc_self_maps_.data;
/external/v8/src/heap/
H A Dgc-tracer.cc92 current_ = Event(Event::START, NULL, NULL);
93 current_.end_time = base::OS::TimeCurrentMillis();
94 previous_ = previous_mark_compactor_event_ = current_;
100 previous_ = current_;
108 if (current_.type == Event::MARK_COMPACTOR)
109 previous_mark_compactor_event_ = current_;
112 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason);
114 current_ = Event(Event::MARK_COMPACTOR, gc_reason, collector_reason);
117 current_.start_time = start_time;
118 current_
[all...]
H A Dgc-tracer.h119 tracer_->current_.scopes[scope_] +=
345 Event current_;
H A Dspaces.h2246 if (current_ == limit_) return NULL;
2247 if (NewSpacePage::IsAtEnd(current_)) {
2248 NewSpacePage* page = NewSpacePage::FromLimit(current_);
2251 current_ = page->area_start();
2252 if (current_ == limit_) return NULL;
2255 HeapObject* object = HeapObject::FromAddress(current_);
2258 current_ += size;
2269 Address current_; member in class:v8::internal::SemiSpaceIterator
2808 LargePage* current_; member in class:v8::internal::LargeObjectIterator
/external/v8/src/
H A Dlithium-inl.h32 : instr_(instr), limit_(instr->TempCount()), current_(0) {
37 bool TempIterator::Done() { return current_ >= limit_; }
42 return instr_->TempAt(current_);
47 while (current_ < limit_ && instr_->TempAt(current_) == NULL) ++current_;
52 ++current_;
58 : instr_(instr), limit_(instr->InputCount()), current_(0) {
63 bool InputIterator::Done() { return current_ >= limit_; }
68 DCHECK(instr_->InputAt(current_) !
[all...]
H A Ddata-flow.cc30 current_++;
36 current_ = current_index_ << 5;
H A Dallocation-site-scopes.h26 Handle<AllocationSite> current() { return current_; }
34 *(current_.location()) = site;
39 current_ = Handle<AllocationSite>(*top_, isolate());
45 Handle<AllocationSite> current_; member in class:v8::internal::AllocationSiteContext
H A Dscanner.h353 Token::Value current_token() { return current_.token; }
356 Location location() const { return current_.location; }
366 Location location = current_.location;
368 if (current_.token == Token::STRING) {
372 return current_.literal_chars->length() != source_length;
375 DCHECK_NOT_NULL(current_.literal_chars);
376 return current_.literal_chars->is_contextual_keyword(keyword);
487 // Initialize current_ to not refer to a literal.
488 current_.literal_chars = NULL;
493 LiteralBuffer* free_buffer = (current_
630 TokenDesc current_; // desc for current token (as returned by Next()) member in class:v8::internal::Scanner
[all...]
H A Ddata-flow.h27 current_(-1) {
38 return current_;
45 current_ += 8;
52 current_++;
60 int current_; member in class:v8::internal::BitVector::BASE_EMBEDDED
H A Dinterface.cc30 Nesting() { current_ += 2; }
31 ~Nesting() { current_ -= 2; }
32 static int current() { return current_; }
34 static int current_; member in class:v8::internal::Nesting
37 int Nesting::current_ = 0; member in class:v8::internal::Nesting
H A Dlithium.h543 current_(0) {
547 bool Done() { return current_ >= limit_; }
551 DCHECK(env_->values()->at(current_) != NULL);
552 return env_->values()->at(current_);
557 ++current_;
568 // Skip until something interesting, beginning with and including current_.
570 while (current_ < limit_ && ShouldSkip(env_->values()->at(current_))) {
571 ++current_;
577 int current_; member in class:v8::internal::BASE_EMBEDDED
796 int current_; member in class:v8::internal::BASE_EMBEDDED
812 int current_; member in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dconversions.cc46 uint16_t current_; member in class:v8::internal::__anon14833::StringCharacterStreamIterator
57 return current_;
64 current_ = stream_->GetNext();
H A Dd8.h109 static LineEditor* Get() { return current_; }
113 static LineEditor* current_; member in class:v8::LineEditor
/external/v8/src/compiler/
H A Dgeneric-node.h228 : current_(other.current_),
231 S* operator*() { return static_cast<S*>(current_->from); }
236 bool operator==(const iterator& other) { return other.current_ == current_; }
237 bool operator!=(const iterator& other) { return other.current_ != current_; }
239 DCHECK(current_ != NULL);
241 current_ = current_
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h199 return keys_[current_] == key;
206 if (streams_[current_]->tellg() <= positions_[current_].back()) {
207 ReadType(*(streams_[current_]), &(keys_[current_]));
208 if (!*streams_[current_]) {
210 << sources_[current_];
223 return keys_[current_];
294 // of the heap, set 'current_' to the ID of that stream
298 current_
318 int64 current_; // Id of current stream to be read member in class:fst::STTableReader
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp86 current_(),
101 current_(),
153 current_ = begin_;
227 lastValueEnd_ = current_;
267 token.start_ = current_;
333 token.end_ = current_;
341 while ( current_ != end_ )
343 Char c = *current_;
345 ++current_;
356 if ( end_ - current_ < patternLengt
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc203 current_.line = 0;
204 current_.column = 0;
205 current_.end_column = 0;
206 current_.type = TYPE_START;
291 current_.type = TYPE_START; // Just for the sake of initializing it.
292 current_.text.clear();
293 current_.line = line_;
294 current_.column = column_;
295 RecordTo(&current_.text);
300 current_
[all...]
H A Dtokenizer.h251 Token current_; // Returned by current(). member in class:google::protobuf::io::Tokenizer
269 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
300 // end of the last token. After this returns, current_.text will
339 // Consumed a slash, then realized it wasn't a comment. current_ has
386 return current_;
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h82 current_(0) {
88 while (current_ < map_.num_entries) {
89 const Entry* entry = &map_.entries_[current_++];
99 size_t current_; member in class:google_breakpad::NonAllocatingMap::Iterator
/external/jsoncpp/include/json/
H A Dreader.h177 Location current_; member in class:Json::Reader
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc473 : endianness_(endianness), word_size_(word_size), saved_(current_) {
474 current_ = this;
476 ~WithConfiguration() { current_ = saved_; }
478 assert(current_);
479 return current_->endianness_;
482 assert(current_);
483 return current_->word_size_;
489 static WithConfiguration *current_;
498 WithConfiguration *WithConfiguration::current_ = NULL;
486 static WithConfiguration *current_; member in class:WithConfiguration
495 WithConfiguration *WithConfiguration::current_ = NULL; member in class:WithConfiguration

Completed in 1636 milliseconds

12