HomeSort by relevance Sort by last modified time
    Searched defs:GetEnd (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.h 57 DCHECK(next_ == nullptr || next_->GetStart() > GetEnd());
61 size_t GetEnd() const { return end_; }
170 DCHECK_LE(position, first_range_->GetEnd());
204 while (first_range_ != nullptr && first_range_->GetEnd() < end) {
242 return last_range_->GetEnd() <= position;
248 if (position >= current->GetStart() && position < current->GetEnd()) {
286 size_t GetEnd() const {
287 return last_range_->GetEnd();
307 size_t end = GetEnd();
348 if (last_range_->GetEnd() <= position)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 296 virtual HRESULT WINAPI GetEnd(__LONG32 *pcpLim) = 0;
358 HRESULT (WINAPI *GetEnd)(ITextRange *This,__LONG32 *pcpLim);
422 #define ITextRange_GetEnd(This,pcpLim) (This)->lpVtbl->GetEnd(This,pcpLim)
    [all...]

Completed in 260 milliseconds