Searched refs:GetLocalsForWithAllocation (Results 1 – 2 of 2) sorted by relevance
98 ArenaVector<HInstruction*>* GetLocalsForWithAllocation(
46 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()49 ArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation() function in art::HInstructionBuilder