HomeSort by relevance Sort by last modified time
    Searched refs:idx_ (Results 1 - 19 of 19) sorted by null

  /art/compiler/dex/
dataflow_iterator-inl.h 28 if (is_iterative_ && changed_ && (idx_ < 0)) {
29 idx_ = start_idx_;
32 if (idx_ >= 0) {
33 int bb_id = block_id_list_->Get(idx_--);
37 if (is_iterative_ && changed_ && (idx_ >= end_idx_)) {
38 idx_ = start_idx_;
41 if (idx_ < end_idx_) {
42 int bb_id = block_id_list_->Get(idx_++);
dataflow_iterator.h 70 idx_(0),
81 int idx_; member in class:art::DataflowIterator
90 idx_ = start_idx_;
100 idx_ = start_idx_;
110 idx_ = start_idx_;
120 idx_ = start_idx_;
130 idx_ = start_idx_;
growable_array.h 52 : idx_(0),
58 if (idx_ >= g_list_->Size()) {
61 return g_list_->Get(idx_++);
66 idx_ = 0;
75 size_t idx_; member in class:art::GrowableArray::Iterator
  /external/chromium/net/tools/flip_server/
balsa_headers.h 310 iterator_base() : headers_(NULL), idx_(0) { }
315 idx_(it.idx_) {}
318 return Lookup(idx_);
326 return idx_ == it.idx_;
330 return idx_ < it.idx_;
334 return idx_ <= it.idx_;
412 HeaderLines::size_type idx_; member in class:net::BalsaHeaders::iterator_base
    [all...]
balsa_headers.cc 73 os << "[" << this->headers_ << ", " << this->idx_ << "]";
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers.h 316 return Lookup(idx_);
324 return idx_ == it.idx_;
328 return idx_ < it.idx_;
332 return idx_ <= it.idx_;
360 const HeaderLines::size_type original_idx = idx_;
362 ++idx_;
363 } while (idx_ < header_lines_size && header_lines[idx_].skip == true)
408 HeaderLines::size_type idx_; member in class:net::BalsaHeaders::iterator_base
    [all...]
balsa_headers.cc 73 BalsaHeaders::iterator_base::iterator_base() : headers_(NULL), idx_(0) { }
77 idx_(it.idx_) {
81 os << "[" << this->headers_ << ", " << this->idx_ << "]";
88 idx_(index) {
    [all...]
  /external/v8/src/
mark-compact.h 283 : idx_(0), chain_length_(1), next_(next_buffer) {
293 ASSERT(0 <= idx_ && idx_ < kNumberOfElements);
294 slots_[idx_++] = slot;
315 return static_cast<int>(buffer->idx_ +
320 return idx_ == kNumberOfElements;
324 return idx_ < kNumberOfElements - 1;
379 intptr_t idx_; member in class:v8::internal::SlotsBuffer
mark-compact.cc     [all...]
hydrogen-instructions.h 4799 int idx_; member in class:v8::HForInCacheArray
    [all...]
hydrogen-instructions.cc 830 stream->Add("[%d]", idx_);
    [all...]
  /external/chromium_org/v8/src/
mark-compact.h 283 : idx_(0), chain_length_(1), next_(next_buffer) {
293 ASSERT(0 <= idx_ && idx_ < kNumberOfElements);
294 slots_[idx_++] = slot;
335 return static_cast<int>(buffer->idx_ +
340 return idx_ == kNumberOfElements;
344 return idx_ < kNumberOfElements - 1;
399 intptr_t idx_; member in class:v8::internal::SlotsBuffer
mark-compact.cc     [all...]
hydrogen-instructions.h 6807 int idx_; member in class:v8::HForInCacheArray
    [all...]
hydrogen-instructions.cc 1147 stream->Add("[%d]", idx_);
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 113 #define prefbit(pref) has_##pref = 1 << idx_##pref
150 #define newpref(pref) [idx_##pref] = prefix_##pref
170 #define newpref(pref) [idx_##pref] = #pref
  /external/opencv/cxcore/src/
cxutils.cpp 1180 int* idx_ = idx->data.i + istep*i; local
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 4018 int idx_; member in class:test82::FOO
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 3829 int idx_; member in class:test82::FOO
    [all...]

Completed in 1104 milliseconds