Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h84 ScopedArenaVector<HInstruction*>* GetLocalsForWithAllocation(
Dinstruction_builder.cc90 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()
93 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation() function in art::HInstructionBuilder