Lines Matching refs:kInt64

1487     case DataType::Type::kInt64:  in GenPeek()
1518 GenPeek(invoke->GetLocations(), DataType::Type::kInt64, GetAssembler()); in VisitMemoryPeekLongNative()
1573 case DataType::Type::kInt64: in GenPoke()
1606 CreateLongIntToVoidLocations(allocator_, DataType::Type::kInt64, invoke); in VisitMemoryPokeLongNative()
1610 GenPoke(invoke->GetLocations(), DataType::Type::kInt64, GetAssembler()); in VisitMemoryPokeLongNative()
1670 case DataType::Type::kInt64: { in GenUnsafeGet()
1712 if (type == DataType::Type::kInt64) { in CreateIntIntIntToIntLocations()
1735 allocator_, invoke, DataType::Type::kInt64, /* is_volatile= */ false); in VisitUnsafeGetLong()
1738 …CreateIntIntIntToIntLocations(allocator_, invoke, DataType::Type::kInt64, /* is_volatile= */ true); in VisitUnsafeGetLongVolatile()
1757 GenUnsafeGet(invoke, DataType::Type::kInt64, /* is_volatile= */ false, codegen_); in VisitUnsafeGetLong()
1760 GenUnsafeGet(invoke, DataType::Type::kInt64, /* is_volatile= */ true, codegen_); in VisitUnsafeGetLongVolatile()
1785 } else if (type == DataType::Type::kInt64 && is_volatile) { in CreateIntIntIntIntToVoidPlusTempsLocations()
1817 allocator_, DataType::Type::kInt64, invoke, /* is_volatile= */ false); in VisitUnsafePutLong()
1821 allocator_, DataType::Type::kInt64, invoke, /* is_volatile= */ false); in VisitUnsafePutLongOrdered()
1825 allocator_, DataType::Type::kInt64, invoke, /* is_volatile= */ true); in VisitUnsafePutLongVolatile()
1839 if (type == DataType::Type::kInt64) { in GenUnsafePut()
1898 GenUnsafePut(invoke->GetLocations(), DataType::Type::kInt64, /* is_volatile= */ false, codegen_); in VisitUnsafePutLong()
1901 GenUnsafePut(invoke->GetLocations(), DataType::Type::kInt64, /* is_volatile= */ false, codegen_); in VisitUnsafePutLongOrdered()
1904 GenUnsafePut(invoke->GetLocations(), DataType::Type::kInt64, /* is_volatile= */ true, codegen_); in VisitUnsafePutLongVolatile()
1926 if (type == DataType::Type::kInt64) { in CreateIntIntIntIntIntToInt()
1950 CreateIntIntIntIntIntToInt(allocator_, DataType::Type::kInt64, invoke); in VisitUnsafeCASLong()
2061 } else if (type == DataType::Type::kInt64) { in GenCAS()
2087 GenCAS(DataType::Type::kInt64, invoke, codegen_); in VisitUnsafeCASLong()