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

  /art/compiler/optimizing/
graph_test.cc 304 ASSERT_EQ(first_instruction->GetPrevious(), nullptr);
306 ASSERT_EQ(got->GetPrevious(), first_instruction);
317 ASSERT_EQ(first_instruction->GetPrevious(), nullptr);
319 ASSERT_EQ(second_instruction->GetPrevious(), first_instruction);
321 ASSERT_EQ(got->GetPrevious(), second_instruction);
register_allocator.cc 682 HInstruction* previous = instruction->GetPrevious();
721 HInstruction* previous = at->GetPrevious();
726 previous = previous->GetPrevious();
747 HInstruction* previous = last->GetPrevious();
    [all...]
register_allocator_test.cc 337 HAdd* last_add = graph->GetBlocks().Get(1)->GetLastInstruction()->GetPrevious()->AsAdd();
nodes.h 498 HInstruction* GetPrevious() const { return previous_; }
712 next_ = Done() ? nullptr : instruction_->GetPrevious();
719 next_ = Done() ? nullptr : instruction_->GetPrevious();
    [all...]
code_generator.cc 228 HInstruction* previous = instruction->GetPrevious();
builder.cc 55 DCHECK(temp->GetPrevious() == instruction);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 500 virtual HRESULT WINAPI GetPrevious(VARIANT *pvarResult) = 0;
    [all...]

Completed in 96 milliseconds