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

  /art/compiler/optimizing/
register_allocator.cc 257 size_t position = dominated->GetLifetimeStart();
258 if ((position > from) && (block_to->GetLifetimeStart() > position)) {
271 if (block_from->GetLifetimeStart() >= header->GetLifetimeStart()) {
279 return Split(interval, block_to->GetLifetimeStart());
register_allocation_resolver.cc 158 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart());
162 if ((sibling != nullptr) && sibling->CoversSlow(block->GetLifetimeStart())) {
423 size_t destination_position = to->GetLifetimeStart();
664 size_t position = block->GetLifetimeStart();
ssa_liveness_analysis.cc 176 current->GetLiveInterval()->AddRange(block->GetLifetimeStart(), block->GetLifetimeEnd());
248 current->GetLiveInterval()->AddLoopRange(block->GetLifetimeStart(), last_position);
graph_visualizer.cc 781 if (block->GetLifetimeStart() != kNoLifetime) {
783 PrintInt("from_bci", block->GetLifetimeStart());
    [all...]
ssa_liveness_analysis.h 364 size_t start_block_position = instruction->GetBlock()->GetLifetimeStart();
    [all...]
register_allocator_linear_scan.cc 180 size_t position = block->GetLifetimeStart();
    [all...]
register_allocator_graph_color.cc     [all...]
nodes.h     [all...]

Completed in 59 milliseconds