Searched refs:GetLocalsForWithAllocation (Results 1 – 2 of 2) sorted by relevance
86 ScopedArenaVector<HInstruction*>* GetLocalsForWithAllocation(
91 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()94 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation() function in art::HInstructionBuilder