Home
last modified time | relevance | path

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

/art/runtime/
Dprimitive.h164 static bool Is64BitType(Type type) { in Is64BitType() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc392 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
397 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1; in GetNextLocation()
569 if (Primitive::Is64BitType(type)) { in Move()
782 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(type)) && in MoveLocation()
835 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in Load()
880 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in LoadAcquire()
887 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type)); in LoadAcquire()
917 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type)); in Store()
950 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type)); in StoreRelease()
956 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type)); in StoreRelease()
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()
679 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(type)) && in MoveLocation()
822 if (Primitive::Is64BitType(type)) { in Move()
Dnodes.h3876 return Primitive::Is64BitType(type_); in Is64BitMove()