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