Lines Matching refs:new_array
2429 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
2430 AppendInstruction(new_array); in BuildNewArray()
2431 return new_array; in BuildNewArray()
2440 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
2453 HArraySet* aset = new (allocator_) HArraySet(new_array, index, value, type, dex_pc); in BuildFilledNewArray()
2457 latest_result_ = new_array; in BuildFilledNewArray()
2459 return new_array; in BuildFilledNewArray()
3521 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
3524 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3533 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3534 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()
3541 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3542 BuildConstructorFenceForAllocation(new_array); in ProcessDexInstruction()