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