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 69 ASSERT_EQ(9u, range->GetEnd());
115 ASSERT_EQ(23u, range->GetEnd());
166 ASSERT_EQ(18u, range->GetEnd());
176 ASSERT_EQ(14u, range->GetEnd());
181 ASSERT_EQ(22u, range->GetEnd());
189 ASSERT_EQ(25u, range->GetEnd());
242 ASSERT_EQ(14u, range->GetEnd());
250 ASSERT_EQ(24u, range->GetEnd());
258 ASSERT_EQ(27u, range->GetEnd());
266 ASSERT_EQ(17u, range->GetEnd());
    [all...]
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...]
register_allocator.cc 253 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {
270 for (size_t j = it.CurrentRange()->GetStart(); j < it.CurrentRange()->GetEnd(); ++j) {
591 size_t end = last_sibling->GetEnd();
821 while (use != nullptr && use->GetPosition() <= current->GetEnd()) {
839 && current->GetEnd() == next_sibling->GetStart()) {
841 InsertParallelMoveAt(current->GetEnd(), source, destination);
    [all...]
live_interval_test.cc 178 if (expected[i][1] != current->GetEnd()) {
register_allocator_test.cc 340 ASSERT_EQ(interval->GetEnd(), last_add->GetLifetimePosition() + 1);
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 752 if (FAILED(context->GetEnd(read_only_edit_cookie, end_range.Receive())))
  /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 504 milliseconds