summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Victor Chang <vichang@google.com> 2024-09-27 13:04:42 +0100
committer Victor Chang <vichang@google.com> 2024-09-27 16:11:44 +0000
commit85d0f119b09d50c7dcfc5a5c82293eb6bfbbf635 (patch)
tree9b28e15018aa3705be3705554939825e4d6123f3
parent8ab90b3199254090a308cdf2479b91db44ea00ef (diff)
Add new HeapByteBuffer methods into profile
to avoid benchmark regressions Bug: 365865848 Test: treehugger Change-Id: Ied6f7f6e28e20c5184edafd8ef7c90c82b02f61b
-rw-r--r--build/boot/boot-image-profile.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/boot/boot-image-profile.txt b/build/boot/boot-image-profile.txt
index 3bcd685db7..f126e9d3f9 100644
--- a/build/boot/boot-image-profile.txt
+++ b/build/boot/boot-image-profile.txt
@@ -3720,6 +3720,16 @@ HSPLjava/nio/HeapByteBuffer;->getShort()S
HSPLjava/nio/HeapByteBuffer;->getShort(I)S
HSPLjava/nio/HeapByteBuffer;->getUnchecked(I[III)V
HSPLjava/nio/HeapByteBuffer;->getUnchecked(I[SII)V
+HSPLjava/nio/HeapByteBuffer;->getChar()C
+HSPLjava/nio/HeapByteBuffer;->getChar(I)C
+HSPLjava/nio/HeapByteBuffer;->getCharUnchecked(I)C
+HSPLjava/nio/HeapByteBuffer;->getDouble()D
+HSPLjava/nio/HeapByteBuffer;->getDouble(I)D
+HSPLjava/nio/HeapByteBuffer;->getDoubleUnchecked(I)D
+HSPLjava/nio/HeapByteBuffer;->getFloatUnchecked(I)F
+HSPLjava/nio/HeapByteBuffer;->getIntUnchecked(I)I
+HSPLjava/nio/HeapByteBuffer;->getLongUnchecked(I)J
+HSPLjava/nio/HeapByteBuffer;->getShortUnchecked(I)S
HSPLjava/nio/HeapByteBuffer;->isDirect()Z
HSPLjava/nio/HeapByteBuffer;->isReadOnly()Z
HSPLjava/nio/HeapByteBuffer;->ix(I)I
@@ -3735,6 +3745,11 @@ HSPLjava/nio/HeapByteBuffer;->putLong(IJ)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putLong(J)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putShort(IS)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putShort(S)Ljava/nio/ByteBuffer;
+HSPLjava/nio/HeapByteBuffer;->putDoubleUnchecked(ID)V
+HSPLjava/nio/HeapByteBuffer;->putFloatUnchecked(IF)V
+HSPLjava/nio/HeapByteBuffer;->putIntUnchecked(II)V
+HSPLjava/nio/HeapByteBuffer;->putLongUnchecked(IJ)V
+HSPLjava/nio/HeapByteBuffer;->putShortUnchecked(IS)V
HSPLjava/nio/HeapByteBuffer;->slice()Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->throwIfReadOnly()V
HSPLjava/nio/HeapCharBuffer;-><init>(II)V