Lines Matching refs:new_array
2243 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
2244 AppendInstruction(new_array); in BuildNewArray()
2245 return new_array; in BuildNewArray()
2254 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
2267 HArraySet* aset = new (allocator_) HArraySet(new_array, index, value, type, dex_pc); in BuildFilledNewArray()
2271 latest_result_ = new_array; in BuildFilledNewArray()
2273 return new_array; in BuildFilledNewArray()
3331 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
3334 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3343 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3344 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3351 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3352 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()