Home
last modified time | relevance | path

Searched defs:use_index (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc415 size_t use_index = use.GetIndex(); in VisitInstruction() local
430 size_t use_index = use.GetIndex(); in VisitInstruction() local
H A Dnodes.cc2386 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local
H A Dnodes.h2485 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex()