Home
last modified time | relevance | path

Searched refs:start_block_position (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h305 size_t start_block_position = instruction->GetBlock()->GetLifetimeStart(); variable
309 new (allocator_) LiveRange(start_block_position, position, nullptr);
310 } else if (first_range_->GetStart() == start_block_position) {
325 new (allocator_) LiveRange(start_block_position, position, first_range_);