/art/compiler/optimizing/ |
D | data_type.h | 43 kVoid, enumerator 44 kLast = kVoid 52 case Type::kVoid: in SizeShift() 78 case Type::kVoid: in Size() 222 DCHECK_NE(DataType::Type::kVoid, result_type); in IsTypeConversionImplicit() 223 DCHECK_NE(DataType::Type::kVoid, input_type); in IsTypeConversionImplicit()
|
D | data_type-inl.h | 37 case Primitive::kPrimVoid: return DataType::Type::kVoid; in DataTypeFromPrimitive() 63 case DataType::Type::kVoid: return 'v'; // Java void (V). in TypeId()
|
D | data_type_test.cc | 35 CheckConversion<DataType::Type::kVoid, Primitive::kPrimVoid>(); in TEST()
|
D | ssa_test.cc | 93 ASSERT_NE(it.Current()->GetType(), DataType::Type::kVoid); in TestCode()
|
D | common_arm.h | 80 DCHECK(type != DataType::Type::kVoid && !DataType::IsFloatingPointType(type)) << type; in RegisterFrom()
|
D | common_arm64.h | 77 DCHECK(type != DataType::Type::kVoid && !DataType::IsFloatingPointType(type)) << type; in RegisterFrom()
|
D | nodes_vector.h | 144 DCHECK(type != DataType::Type::kVoid && type != DataType::Type::kReference) << type; in ToSignedType() 158 DCHECK(type != DataType::Type::kVoid && type != DataType::Type::kReference) << type; in ToUnsignedType()
|
D | code_generator_arm64.cc | 157 } else if (return_type == DataType::Type::kVoid) { in ARM64ReturnLocation() 1350 if (type == DataType::Type::kVoid) { in GetNextLocation() 1484 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), DataType::Type::kVoid); in EmitMove() 1726 bool unspecified_type = (dst_type == DataType::Type::kVoid); in MoveLocation() 1894 case DataType::Type::kVoid: in Load() 1974 case DataType::Type::kVoid: in LoadAcquire() 2003 case DataType::Type::kVoid: in Store() 2082 case DataType::Type::kVoid: in StoreRelease() 5660 if ((input_type == DataType::Type::kReference) || (input_type == DataType::Type::kVoid) || in VisitTypeConversion() 5661 (result_type == DataType::Type::kReference) || (result_type == DataType::Type::kVoid)) { in VisitTypeConversion()
|
D | instruction_builder.cc | 461 if (return_type_ == DataType::Type::kVoid) { in BuildIntrinsic() 532 DCHECK_NE(stored_type, DataType::Type::kVoid); in UpdateLocal() 778 if (type == DataType::Type::kVoid) { in BuildReturn() 2064 BuildReturn(instruction, DataType::Type::kVoid, dex_pc); in ProcessDexInstruction()
|
D | register_allocation_resolver.cc | 123 case DataType::Type::kVoid: in Resolve()
|
D | instruction_simplifier.cc | 2180 DataType::Type source_component_type = DataType::Type::kVoid; in SimplifySystemArrayCopy() 2181 DataType::Type destination_component_type = DataType::Type::kVoid; in SimplifySystemArrayCopy() 2212 if ((source_component_type != DataType::Type::kVoid) && in SimplifySystemArrayCopy()
|
D | code_generator_mips64.cc | 69 case DataType::Type::kVoid: in Mips64ReturnLocation() 85 if (type == DataType::Type::kVoid) { in GetNextLocation() 1197 bool unspecified_type = (dst_type == DataType::Type::kVoid); in MoveLocation() 2414 case DataType::Type::kVoid: in VisitArrayGet() 2719 case DataType::Type::kVoid: in VisitArraySet() 4785 case DataType::Type::kVoid: in HandleFieldGet() 4880 case DataType::Type::kVoid: in HandleFieldSet() 6861 if ((input_type == DataType::Type::kReference) || (input_type == DataType::Type::kVoid) || in VisitTypeConversion() 6862 (result_type == DataType::Type::kReference) || (result_type == DataType::Type::kVoid)) { in VisitTypeConversion()
|
D | code_generator_x86_64.cc | 2281 case DataType::Type::kVoid: in GetReturnLocation() 2348 case DataType::Type::kVoid: in GetNextLocation() 4315 case DataType::Type::kVoid: in HandleFieldGet() 4480 case DataType::Type::kVoid: in HandleFieldSet() 4775 case DataType::Type::kVoid: in VisitArrayGet() 5016 case DataType::Type::kVoid: in VisitArraySet() 7103 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 7107 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | code_generator_x86.cc | 1145 case DataType::Type::kVoid: in GetReturnLocation() 1213 case DataType::Type::kVoid: in GetNextLocation() 4851 case DataType::Type::kVoid: in HandleFieldGet() 5026 case DataType::Type::kVoid: in HandleFieldSet() 5331 case DataType::Type::kVoid: in VisitArrayGet() 5584 case DataType::Type::kVoid: in VisitArraySet() 7791 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 7795 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | register_allocator_linear_scan.cc | 1136 case DataType::Type::kVoid: in AllocateSpillSlotFor()
|
D | code_generator_arm_vixl.cc | 2670 case DataType::Type::kVoid: in GetNextLocation() 2703 case DataType::Type::kVoid: in GetReturnLocation() 5536 case DataType::Type::kVoid: in HandleFieldSet() 5782 case DataType::Type::kVoid: in HandleFieldGet() 6276 case DataType::Type::kVoid: in VisitArrayGet() 6567 case DataType::Type::kVoid: in VisitArraySet() 9273 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 9277 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | code_generator_mips.cc | 73 case DataType::Type::kVoid: in MipsReturnLocation() 147 case DataType::Type::kVoid: in GetNextLocation() 2829 case DataType::Type::kVoid: in VisitArrayGet() 3146 case DataType::Type::kVoid: in VisitArraySet() 6510 case DataType::Type::kVoid: in HandleFieldGet() 6665 case DataType::Type::kVoid: in HandleFieldSet() 8983 if ((input_type == DataType::Type::kReference) || (input_type == DataType::Type::kVoid) || in VisitTypeConversion() 8984 (result_type == DataType::Type::kReference) || (result_type == DataType::Type::kVoid)) { in VisitTypeConversion()
|
D | nodes.cc | 972 DCHECK_EQ(replacement->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith() 974 DCHECK_EQ(initial->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith()
|
D | intrinsics_mips64.cc | 55 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 59 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | induction_var_analysis.cc | 239 type_(DataType::Type::kVoid), in HInductionVarAnalysis()
|
D | intrinsics_arm64.cc | 82 DCHECK(type == DataType::Type::kVoid); in MoveFromReturnRegister() 86 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | register_allocator_graph_color.cc | 1977 case DataType::Type::kVoid: in AllocateSpillSlots()
|
D | intrinsics_mips.cc | 67 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 71 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | inliner.cc | 1531 DCHECK_EQ(invoke_instruction->GetType(), DataType::Type::kVoid); in TryPatternSubstitution()
|
D | nodes.h | 2034 virtual DataType::Type GetType() const { return DataType::Type::kVoid; } in GetType() 2718 DCHECK_NE(GetType(), DataType::Type::kVoid); in HVariableInputSizeInstruction() 3241 return GuardsAnInput() ? GuardedInput()->GetType() : DataType::Type::kVoid; in GetType()
|