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

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 192 current->GetLiveInterval()->AddRange(block->GetLifetimeStart(), block->GetLifetimeEnd());
249 back_edge->GetLifetimeEnd());
ssa_liveness_analysis.h 164 size_t end_block_position = instruction->GetBlock()->GetLifetimeEnd();
186 instruction, input_index, false, block->GetLifetimeEnd(), first_use_);
graph_visualizer.cc 197 PrintInt("to_bci", block->GetLifetimeEnd());
register_allocator.cc 752 || previous->AsParallelMove()->GetLifetimePosition() != block->GetLifetimeEnd()) {
754 move->SetLifetimePosition(block->GetLifetimeEnd());
856 size_t from_position = from->GetLifetimeEnd() - 1;
    [all...]
nodes.h 391 size_t GetLifetimeEnd() const { return lifetime_end_; }
    [all...]

Completed in 42 milliseconds