/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() 258 DCHECK_NE(DataType::Type::kVoid, result_type); in IsTypeConversionImplicit() 259 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 | 71 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 | 195 DCHECK(type != DataType::Type::kVoid && type != DataType::Type::kReference) << type; in ToSignedType() 209 DCHECK(type != DataType::Type::kVoid && type != DataType::Type::kReference) << type; in ToUnsignedType()
|
D | code_generator_arm64.cc | 141 } else if (return_type == DataType::Type::kVoid) { in ARM64ReturnLocation() 849 if (type == DataType::Type::kVoid) { in GetNextLocation() 1124 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), DataType::Type::kVoid); in EmitMove() 1474 bool unspecified_type = (dst_type == DataType::Type::kVoid); in MoveLocation() 1626 case DataType::Type::kVoid: in Load() 1706 case DataType::Type::kVoid: in LoadAcquire() 1735 case DataType::Type::kVoid: in Store() 1814 case DataType::Type::kVoid: in StoreRelease() 4522 case DataType::Type::kVoid: in GenerateStaticOrDirectCall() 4590 DCHECK(type == DataType::Type::kVoid); in MoveFromReturnRegister() [all …]
|
D | register_allocation_resolver.cc | 123 case DataType::Type::kVoid: in Resolve()
|
D | instruction_builder.cc | 467 if (return_type_ == DataType::Type::kVoid) { in BuildIntrinsic() 533 DCHECK_NE(stored_type, DataType::Type::kVoid); in UpdateLocal() 777 if (type == DataType::Type::kVoid) { in BuildReturn() 2510 BuildReturn(instruction, DataType::Type::kVoid, dex_pc); in ProcessDexInstruction()
|
D | instruction_simplifier.cc | 2238 DataType::Type source_component_type = DataType::Type::kVoid; in SimplifySystemArrayCopy() 2239 DataType::Type destination_component_type = DataType::Type::kVoid; in SimplifySystemArrayCopy() 2270 if ((source_component_type != DataType::Type::kVoid) && in SimplifySystemArrayCopy()
|
D | code_generator_x86_64.cc | 1075 case DataType::Type::kVoid: in GenerateStaticOrDirectCall() 2482 case DataType::Type::kVoid: in GetReturnLocation() 2549 case DataType::Type::kVoid: in GetNextLocation() 4881 case DataType::Type::kVoid: in HandleFieldGet() 5046 case DataType::Type::kVoid: in HandleFieldSet() 5350 case DataType::Type::kVoid: in VisitArrayGet() 5593 case DataType::Type::kVoid: in VisitArraySet() 7813 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 7817 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | code_generator_x86.cc | 1227 case DataType::Type::kVoid: in GetReturnLocation() 1295 case DataType::Type::kVoid: in GetNextLocation() 5103 case DataType::Type::kVoid: in GenerateStaticOrDirectCall() 5509 case DataType::Type::kVoid: in HandleFieldGet() 5684 case DataType::Type::kVoid: in HandleFieldSet() 5998 case DataType::Type::kVoid: in VisitArrayGet() 6253 case DataType::Type::kVoid: in VisitArraySet() 8607 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 8611 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 | 2400 case DataType::Type::kVoid: in GetNextLocation() 2433 case DataType::Type::kVoid: in GetReturnLocation() 5788 case DataType::Type::kVoid: in HandleFieldSet() 6031 case DataType::Type::kVoid: in HandleFieldGet() 6532 case DataType::Type::kVoid: in VisitArrayGet() 6818 case DataType::Type::kVoid: in VisitArraySet() 9152 case DataType::Type::kVoid: in GenerateStaticOrDirectCall() 9637 DCHECK_EQ(type, DataType::Type::kVoid); in MoveFromReturnRegister() 9641 DCHECK_NE(type, DataType::Type::kVoid); in MoveFromReturnRegister()
|
D | nodes.cc | 974 DCHECK_EQ(replacement->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith() 976 DCHECK_EQ(initial->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith()
|
D | induction_var_analysis.cc | 239 type_(DataType::Type::kVoid), in HInductionVarAnalysis()
|
D | register_allocator_graph_color.cc | 1977 case DataType::Type::kVoid: in AllocateSpillSlots()
|
D | inliner.cc | 1607 DCHECK_EQ(invoke_instruction->GetType(), DataType::Type::kVoid); in TryPatternSubstitution()
|
D | nodes.h | 2098 : HInstruction(kind, DataType::Type::kVoid, side_effects, dex_pc) {} in HInstruction() 2853 DCHECK_NE(GetType(), DataType::Type::kVoid); in HVariableInputSizeInstruction() 7458 DataType::Type::kVoid, in HCheckCast()
|