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

  /art/compiler/optimizing/
live_ranges_test.cc 75 ASSERT_EQ(8u, range->GetEnd());
123 ASSERT_EQ(22u, range->GetEnd());
176 ASSERT_EQ(18u, range->GetEnd());
186 ASSERT_EQ(14u, range->GetEnd());
191 ASSERT_EQ(22u, range->GetEnd());
199 ASSERT_EQ(24u, range->GetEnd());
255 ASSERT_EQ(14u, range->GetEnd());
263 ASSERT_EQ(24u, range->GetEnd());
271 ASSERT_EQ(26u, range->GetEnd());
279 ASSERT_EQ(19u, range->GetEnd());
    [all...]
ssa_liveness_analysis.h 62 DCHECK(next_ == nullptr || next_->GetStart() > GetEnd());
66 size_t GetEnd() const { return end_; }
289 if (first_range_->GetEnd() == first_use_->GetPosition()) {
319 DCHECK_LE(position, first_range_->GetEnd());
349 } else if (first_range_->GetStart() == start && first_range_->GetEnd() == end) {
364 while (after_loop != nullptr && after_loop->GetEnd() < end) {
421 return GetEnd() <= position;
480 size_t GetEnd() const {
481 return last_range_->GetEnd();
494 size_t end = GetEnd();
    [all...]
live_interval_test.cc 178 if (expected[i][1] != current->GetEnd()) {
293 ASSERT_EQ(range->GetEnd(), 8u);
304 ASSERT_EQ(range->GetEnd(), 8u);
315 ASSERT_EQ(range->GetEnd(), 10u);
325 ASSERT_EQ(range->GetEnd(), 8u);
328 ASSERT_EQ(range->GetEnd(), 12u);
ssa_liveness_analysis.cc 414 size_t end = GetEnd();
478 if (input_interval->GetEnd() == end) {
495 if (input_interval->GetEnd() == GetStart()) {
register_allocator.cc 492 max_end = std::max(max_end, it.CurrentRange()->GetEnd());
514 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {
536 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {
    [all...]
register_allocator_test.cc 337 ASSERT_EQ(interval->GetEnd(), last_xor->GetLifetimePosition());
    [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...]
msctf.h     [all...]

Completed in 3468 milliseconds