Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc338 instruction->InputAt(i)->RemoveUser(instruction, i); in Remove()
350 void HInstruction::RemoveUser(HInstruction* user, size_t input_index) { in RemoveUser() function in art::HInstruction
Dnodes.h526 void RemoveUser(HInstruction* user, size_t index);