Searched refs:Is64BitType (Results 1 – 4 of 4) sorted by relevance
164 static bool Is64BitType(Type type) { in Is64BitType() function
392 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()
87 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()
3876 return Primitive::Is64BitType(type_); in Is64BitMove()