Searched refs:GetType (Results 1 - 25 of 114) sorted by relevance

12345

/art/runtime/
H A Djava_frame_root_info.cc26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" <<
/art/compiler/optimizing/
H A Dssa_builder.cc41 if ((left->GetType() == DataType::Type::kReference) &&
42 (right->GetType() == DataType::Type::kInt32)) {
44 } else if ((right->GetType() == DataType::Type::kReference) &&
45 (left->GetType() == DataType::Type::kInt32)) {
78 << "More then one phi equivalent with type " << phi->GetType()
117 if (add_all_live_phis || user->GetType() != instruction->GetType()) {
127 DataType::Type common_type = phi->GetType();
136 DataType::Type input_type = HPhi::ToPhiType(input->GetType());
171 DataType::Type common_type = phi->GetType();
[all...]
H A Dgraph_checker.cc471 if (instruction->GetType() == DataType::Type::kReference) {
689 && DataType::Is64BitType(insn1->GetType()) == DataType::Is64BitType(insn2->GetType());
736 if (DataType::Kind(input->GetType()) != DataType::Kind(phi->GetType())) {
741 DataType::PrettyDescriptor(input->GetType()),
742 DataType::PrettyDescriptor(phi->GetType())));
745 if (phi->GetType() != HPhi::ToPhiType(phi->GetType())) {
749 DataType::PrettyDescriptor(phi->GetType())));
[all...]
H A Dcommon_arm.h97 DataType::Type type = instr->GetType();
103 DataType::Type type = instr->GetType();
109 DataType::Type type = instr->GetType();
118 DataType::Type type = instr->InputAt(input_index)->GetType();
124 DataType::Type type = instr->InputAt(input_index)->GetType();
130 DataType::Type type = instr->InputAt(input_index)->GetType();
145 return RegisterFrom(instr->GetLocations()->Out(), instr->GetType());
150 instr->InputAt(input_index)->GetType());
209 instr->InputAt(input_index)->GetType());
H A Dx86_memory_gen.cc44 DCHECK_EQ(array->GetType(), DataType::Type::kReference);
H A Dpc_relative_fixups_x86.cc66 if ((value != nullptr && DataType::IsFloatingPointType(value->GetType()))) {
105 if (rhs != nullptr && DataType::IsFloatingPointType(rhs->GetType())) {
135 if (DataType::IsFloatingPointType(neg->GetType())) {
141 neg->GetType(),
228 if (input != nullptr && DataType::IsFloatingPointType(input->GetType())) {
H A Dinstruction_simplifier.cc191 if (!DataType::IsIntegralType(binop->GetType())) {
198 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop);
207 DataType::Type type = op->GetType();
344 int64_t implicit_mask = (value->GetType() == DataType::Type::kInt64)
367 DCHECK_EQ(shift_amount->GetType(), DataType::Type::kInt32);
398 DCHECK_NE(shift_amount->GetType(), DataType::Type::kBool); // We never convert to bool.
399 DataType::Type source_type = shift_amount->InputAt(0)->GetType();
420 new (GetGraph()->GetAllocator()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
447 DCHECK(DataType::IsIntOrLongType(ushr->GetType()));
448 if (ushr->GetType()
[all...]
H A Dinstruction_simplifier_mips.cc84 DataType::Type another_packed_type = another_access->GetType();
92 DataType::Type another_packed_type = another_access->GetType();
121 DataType::Type packed_type = instruction->GetType();
H A Dselect_generator.cc146 if (true_value->GetType() == DataType::Type::kReference) {
147 DCHECK(false_value->GetType() == DataType::Type::kReference);
150 } else if (phi->GetType() == DataType::Type::kReference) {
H A Dinstruction_simplifier_shared.cc28 DCHECK(DataType::IsIntOrLongType(mul->GetType()));
80 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc());
91 DataType::Type type = mul->GetType();
220 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc());
243 access->AsArraySet()->GetValue()->GetType() == DataType::Type::kReference) {
249 access->GetType() == DataType::Type::kReference) {
H A Dcommon_arm64.h82 return RegisterFrom(instr->GetLocations()->Out(), instr->GetType());
87 instr->InputAt(input_index)->GetType());
116 return FPRegisterFrom(instr->GetLocations()->Out(), instr->GetType());
121 instr->InputAt(input_index)->GetType());
131 return DataType::IsFloatingPointType(instr->GetType())
137 return DataType::IsFloatingPointType(instr->InputAt(index)->GetType())
145 DataType::Type input_type = input->GetType();
176 instr->InputAt(input_index)->GetType());
H A Dssa_builder.h74 DataType::Type type = aget->GetType();
82 DataType::Type type = aset->GetValue()->GetType();
H A Ddata_type-inl.h44 return DataTypeFromPrimitive(Primitive::GetType(type));
H A Dinstruction_simplifier_arm.cc90 DataType::Type type = use->GetType();
122 shift_amount &= use->GetType() == DataType::Type::kInt32
127 if (!use->IsAdd() && (!use->IsSub() || use->GetType() != DataType::Type::kInt64)) {
195 DataType::Type type = instruction->GetType();
H A Dintrinsics_utils.h69 codegen->MoveFromReturnRegister(out, invoke_->GetType());
H A Dconstant_folding.cc234 if (DataType::IsFloatingPointType(input_value->GetType()) &&
252 DataType::Type type = instruction->GetType();
285 DataType::Type type = instruction->GetType();
329 DataType::Type type = instruction->GetType();
363 DataType::Type type = instruction->GetType();
H A Dscheduler_arm.cc207 DCHECK_EQ(condition->GetLeft()->GetType(), DataType::Type::kInt64);
273 DCHECK_EQ(condition->GetLeft()->GetType(), DataType::Type::kInt64);
304 const DataType::Type type = condition->GetLeft()->GetType();
320 if (condition->GetLeft()->GetType() == DataType::Type::kInt64) {
358 DCHECK_EQ(cond->GetLeft()->GetType(), DataType::Type::kInt64);
379 DCHECK_EQ(cond->GetLeft()->GetType(), DataType::Type::kInt64);
429 const DataType::Type type = cond->GetLeft()->GetType();
487 const DataType::Type type = cond->GetLeft()->GetType();
499 cond->GetRight()->GetType() == DataType::Type::kBool &&
516 DataType::Type type = instr->InputAt(0)->GetType();
[all...]
H A Dnodes_x86.h47 constant->GetType(),
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h54 ThunkType GetType() const { function in class:art::linker::ArmBaseRelativePatcher::ThunkKey
75 if (lhs.GetType() != rhs.GetType()) {
76 return lhs.GetType() < rhs.GetType();
/art/runtime/gc/space/
H A Dspace.h99 virtual SpaceType GetType() const = 0;
103 return GetType() == kSpaceTypeImageSpace;
109 SpaceType type = GetType();
126 return GetType() == kSpaceTypeZygoteSpace;
132 return GetType() == kSpaceTypeBumpPointerSpace;
137 return GetType() == kSpaceTypeRegionSpace;
143 return GetType() == kSpaceTypeLargeObjectSpace;
H A Dzygote_space.h40 SpaceType GetType() const OVERRIDE {
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc58 switch (patch.GetType()) {
260 DCHECK(patch.GetType() == LinkerPatch::Type::kMethodRelative ||
261 patch.GetType() == LinkerPatch::Type::kTypeRelative ||
262 patch.GetType() == LinkerPatch::Type::kStringRelative) << patch.GetType();
265 DCHECK(patch.GetType() == LinkerPatch::Type::kMethodRelative ||
266 patch.GetType() == LinkerPatch::Type::kTypeRelative ||
267 patch.GetType() == LinkerPatch::Type::kStringRelative ||
268 patch.GetType() == LinkerPatch::Type::kTypeBssEntry ||
269 patch.GetType()
[all...]
/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc66 OatClassType type = oat_class.GetType();
/art/compiler/linker/
H A Drelative_patcher_test.h152 if (patch.GetType() == LinkerPatch::Type::kCallRelative) {
158 } else if (patch.GetType() == LinkerPatch::Type::kStringBssEntry) {
165 } else if (patch.GetType() == LinkerPatch::Type::kStringRelative) {
172 } else if (patch.GetType() == LinkerPatch::Type::kBakerReadBarrierBranch) {
177 LOG(FATAL) << "Bad patch type. " << patch.GetType();
/art/runtime/mirror/
H A Dfield-inl.h92 return GetType()->GetPrimitiveType();

Completed in 501 milliseconds

12345