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