Lines Matching refs:new_array
2500 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
2501 AppendInstruction(new_array); in BuildNewArray()
2502 return new_array; in BuildNewArray()
2511 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
2524 HArraySet* aset = new (allocator_) HArraySet(new_array, index, value, type, dex_pc); in BuildFilledNewArray()
2528 latest_result_ = new_array; in BuildFilledNewArray()
2530 return new_array; in BuildFilledNewArray()
3671 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
3674 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3683 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3684 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3691 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3692 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()