This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=================== C2-compiled nmethod ============================== | |
----------------------------------- Assembly ----------------------------------- | |
Compiled method (c2) 1353 1800 4 com.mongodb.internal.connection.ByteBufferBsonOutput::writeOnBuffersAsccii (149 bytes) | |
total in heap [0x0000000113a12890,0x0000000113a14628] = 7576 | |
relocation [0x0000000113a129e8,0x0000000113a12be8] = 512 | |
main code [0x0000000113a12c00,0x0000000113a139c0] = 3520 | |
stub code [0x0000000113a139c0,0x0000000113a13cd0] = 784 | |
oops [0x0000000113a13cd0,0x0000000113a13cd8] = 8 | |
metadata [0x0000000113a13cd8,0x0000000113a13de8] = 272 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"# {method} {0x00000001322f35d8} 'writeOnBuffersAsccii' '(Ljava/lang/String;ZIIILorg/bson/ByteBuf;)I' in 'com/mongodb/internal/connection/ByteBufferBsonOutput' | |
# this: c_rarg1:c_rarg1 = 'com/mongodb/internal/connection/ByteBufferBsonOutput' | |
# parm0: c_rarg2:c_rarg2 = 'java/lang/String' | |
# parm1: c_rarg3 = boolean | |
# parm2: c_rarg4 = int | |
# parm3: c_rarg5 = int | |
# parm4: c_rarg6 = int | |
# parm5: c_rarg7:c_rarg7 = 'org/bson/ByteBuf' | |
# [sp+0x70] (sp of caller) | |
[Entry Point] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int writeOnBuffersAsccii(String str, boolean checkNullTermination, int stringPointer, | |
int bufferLimit, int bufferPos, ByteBuf buffer) { | |
int sp = stringPointer; | |
int curBufferPos = bufferPos; | |
int curBufferLimit = bufferLimit; | |
ByteBuf curBuffer = buffer; | |
int length = str.length(); | |
int remaining; | |
main_loop: |