Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1406 HInstruction* const use_instruction = use_node.GetUser(); in RemoveConstructorFences() local
1412 if (use_instruction->IsConstructorFence()) { in RemoveConstructorFences()
1413 HConstructorFence* ctor_fence = use_instruction->AsConstructorFence(); in RemoveConstructorFences()