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

  /art/compiler/optimizing/
cha_guard_optimization.cc 153 instruction = flag->GetPrevious();
169 instruction = instruction->GetPrevious();
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);
constant_folding_test.cc 338 HInstruction* inst2 = inst1->GetPrevious();
341 HInstruction* inst3 = inst2->GetPrevious();
636 HInstruction* inst2 = inst1->GetPrevious();
639 HInstruction* inst3 = inst2->GetPrevious();
642 HInstruction* inst4 = inst3->GetPrevious();
induction_var_analysis_test.cc     [all...]
code_sinking.cc 229 if (if_input == insert_pos->GetPrevious()) {
register_allocation_resolver.cc 530 HInstruction* previous = user->GetPrevious();
604 HInstruction* previous = at->GetPrevious();
639 HInstruction* previous = last->GetPrevious();
inliner.cc 778 HInstruction* cursor = invoke_instruction->GetPrevious();
    [all...]
load_store_elimination.cc 259 HInstruction* prev = instruction->GetPrevious();
scheduler.cc 662 cursor_ = cursor_->GetPrevious();
nodes.cc 482 HInstruction* suspend_check = gota->GetPrevious();
    [all...]
register_allocator_test.cc 363 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor();
    [all...]
nodes.h     [all...]
register_allocator_linear_scan.cc     [all...]
register_allocator_graph_color.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /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 496 milliseconds