nestedByteBufUtilWriteUtf8String6() — netty Function Reference
Architecture documentation for the nestedByteBufUtilWriteUtf8String6() function in Utf8EncodingBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 1c29c1cc_08c3_5f23_d00c_acb93563b9c5["nestedByteBufUtilWriteUtf8String6()"] 14a7a416_5aef_2dc8_262c_52585d9f0cac["Utf8EncodingBenchmark"] 1c29c1cc_08c3_5f23_d00c_acb93563b9c5 -->|defined in| 14a7a416_5aef_2dc8_262c_52585d9f0cac c6f14c07_25c2_66b0_94e8_bb079b72d2bc["nestedByteBufUtilWriteUtf8String5()"] c6f14c07_25c2_66b0_94e8_bb079b72d2bc -->|calls| 1c29c1cc_08c3_5f23_d00c_acb93563b9c5 640e9533_bf6a_ebdd_f7f7_e4a05ca30d8a["length()"] 1c29c1cc_08c3_5f23_d00c_acb93563b9c5 -->|calls| 640e9533_bf6a_ebdd_f7f7_e4a05ca30d8a style 1c29c1cc_08c3_5f23_d00c_acb93563b9c5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java lines 174–179
private int nestedByteBufUtilWriteUtf8String6(String string) {
// this calls should be inlined but...what happen to the subsequent calls > MaxInlineLevel?
buffer.resetWriterIndex();
ByteBufUtil.writeUtf8(buffer, string, 0, string.length());
return buffer.writerIndex();
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does nestedByteBufUtilWriteUtf8String6() do?
nestedByteBufUtilWriteUtf8String6() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java.
Where is nestedByteBufUtilWriteUtf8String6() defined?
nestedByteBufUtilWriteUtf8String6() is defined in microbench/src/main/java/io/netty/microbench/buffer/Utf8EncodingBenchmark.java at line 174.
What does nestedByteBufUtilWriteUtf8String6() call?
nestedByteBufUtilWriteUtf8String6() calls 1 function(s): length.
What calls nestedByteBufUtilWriteUtf8String6()?
nestedByteBufUtilWriteUtf8String6() is called by 1 function(s): nestedByteBufUtilWriteUtf8String5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free