Home
last modified time | relevance | path

Searched refs:Is64BitType (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h100 if (Primitive::Is64BitType(from_type)) { in PerformConversions()
110 if (Primitive::Is64BitType(from_type)) { in PerformConversions()
124 if (Primitive::Is64BitType(to_type)) { in PerformConversions()
Dprimitive.h197 static bool Is64BitType(Type type) { in Is64BitType() function
/art/compiler/optimizing/
Dssa_builder.cc137 } else if (Primitive::Is64BitType(common_type) != Primitive::Is64BitType(input_type)) { in TypePhiFromInputs()
329 DCHECK_EQ(Primitive::Is64BitType(aget_int->GetType()), Primitive::Is64BitType(array_type)); in FixAmbiguousArrayOps()
370 DCHECK_EQ(Primitive::Is64BitType(value_type), Primitive::Is64BitType(array_type)); in FixAmbiguousArrayOps()
Dcode_generator_arm_vixl.h198 return Primitive::Is64BitType(type) in GetReturnLocation()
203 return Primitive::Is64BitType(type) in GetSetValueLocation()
210 return Primitive::Is64BitType(type) in GetFpuLocation()
Dcode_generator_x86.h107 return Primitive::Is64BitType(type) in GetReturnLocation()
112 return Primitive::Is64BitType(type) in GetSetValueLocation()
Dcode_generator_mips.h120 return Primitive::Is64BitType(type) in GetReturnLocation()
125 return Primitive::Is64BitType(type) in GetSetValueLocation()
Dgraph_checker.cc677 && Primitive::Is64BitType(insn1->GetType()) == Primitive::Is64BitType(insn2->GetType()); in IsSameSizeConstant()
Dcode_generator_arm64.cc1425 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
1430 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()
1812 Primitive::Type source_type = Primitive::Is64BitType(dst_type) in MoveLocation()
1820 Primitive::Type source_type = Primitive::Is64BitType(dst_type) in MoveLocation()
1861 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(dst_type)) && in MoveLocation()
1938 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in Load()
2005 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in LoadAcquire()
2017 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in LoadAcquire()
2053 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type)); in Store()
2102 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type)); in StoreRelease()
[all …]
Dinstruction_builder.cc428 if (local_low != nullptr && Primitive::Is64BitType(local_low->GetType())) { in UpdateLocal()
437 if (Primitive::Is64BitType(stored_type)) { in UpdateLocal()
487 if (Primitive::Is64BitType(parameter->GetType())) { in InitializeParameters()
Dcode_generator_mips.cc125 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
137 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()
1496 DCHECK(!Primitive::Is64BitType(dst_type)); in MoveLocation()
1499 DCHECK(Primitive::Is64BitType(dst_type)); in MoveLocation()
1510 if (Primitive::Is64BitType(dst_type)) { in MoveLocation()
1520 DCHECK(Primitive::Is64BitType(dst_type)); in MoveLocation()
1523 DCHECK(!Primitive::Is64BitType(dst_type)); in MoveLocation()
Dcode_generator_mips64.cc87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
92 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()
1329 if (Primitive::Is64BitType(dst_type)) { in MoveLocation()
1351 if (Primitive::Is64BitType(dst_type)) { in MoveLocation()
1385 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(dst_type)) && in MoveLocation()
Dcode_generator.cc485 (Primitive::Is64BitType(field_type) ? Primitive::kPrimLong : Primitive::kPrimInt)); in GenerateUnresolvedFieldAccess()
Dinliner.cc1406 if (Primitive::Is64BitType(invoke_instruction->InputAt(input_index)->GetType())) { in GetInvokeInputForArgVRegIndex()
Dnodes.h6788 return Primitive::Is64BitType(type_); in Is64BitMove()
Dcode_generator_x86_64.cc1819 bool is_64_bit = Primitive::Is64BitType(select->GetType()); in VisitSelect()
Dcode_generator_arm_vixl.cc5828 if (Primitive::Is64BitType(input_cst->GetType())) { in CanEncodeConstantAsImmediate()
/art/runtime/mirror/
Demulated_stack_frame.cc46 } else if (Primitive::Is64BitType(primitive_type)) { in CalculateFrameAndReferencesSize()
56 } else if (Primitive::Is64BitType(return_type)) { in CalculateFrameAndReferencesSize()
243 if (Primitive::Is64BitType(type)) { in GetReturnValue()
267 if (Primitive::Is64BitType(type)) { in SetReturnValue()