Lines Matching refs:new_array
1813 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
1814 AppendInstruction(new_array); in BuildNewArray()
1815 return new_array; in BuildNewArray()
1824 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
1837 HArraySet* aset = new (allocator_) HArraySet(new_array, index, value, type, dex_pc); in BuildFilledNewArray()
1841 latest_result_ = new_array; in BuildFilledNewArray()
1843 return new_array; in BuildFilledNewArray()
2868 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
2871 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
2880 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
2881 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
2888 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
2889 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()