Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc599 if (instruction->HasLiveInterval()) { in PrintInstruction()
Dnodes.h2202 bool HasLiveInterval() const { return live_interval_ != nullptr; } in HasLiveInterval() function