Home
last modified time | relevance | path

Searched refs:idx_ (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp327 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
338 idx_ = other.idx_; in operator =()
346 idx_ = other.idx_; in operator =()
352 idx_ += n; in operator +=()
358 idx_ -= n; in operator -=()
364 ++idx_; in operator ++()
370 --idx_; in operator --()
376 return idx_ - other.idx_; in operator -()
381 uint32_t id = span_[idx_]; in operator *()
387 return idx_ < span_.Size(); in IsValid()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp399 idx_ = idx; in SetIndex()
404 return idx_; in GetIndex()
410 return reinterpret_cast<Gate *>(&this[idx_ + 1]); in GetGate()
416 return reinterpret_cast<const Gate *>(&this[idx_ + 1]); in GetGateConst()
441 return idx_ < GetGateConst()->GetStateCount(); in IsStateEdge()
Dcompiler_log.h132 int idx_ {0};
Dgate.h76 OutIdx idx_; variable
Dcompiler_log.cpp244 return (idx_++); in GetIndex()