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

  /art/compiler/optimizing/
ssa_liveness_analysis.h 449 return kNoLifetime;
458 return kNoLifetime;
463 return kNoLifetime;
482 return position == GetStart() ? position : kNoLifetime;
500 return kNoLifetime;
509 return position == GetStart() ? position : kNoLifetime;
526 return kNoLifetime;
    [all...]
register_allocator.cc 383 if (first_register_use != kNoLifetime) {
747 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime);
757 if (next_intersection != kNoLifetime) {
    [all...]
graph_visualizer.cc 234 && instruction->GetLifetimePosition() != kNoLifetime) {
299 if (block->GetLifetimeStart() != kNoLifetime) {
live_interval_test.cc 108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
nodes.h 481 static constexpr size_t kNoLifetime = -1;
499 lifetime_start_(kNoLifetime),
500 lifetime_end_(kNoLifetime),
    [all...]
register_allocator_test.cc 364 ASSERT_EQ(interval->FirstRegisterUse(), kNoLifetime);
    [all...]

Completed in 88 milliseconds