MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / encode

Method encode

test/test/recovery/CodingIntrinsics.java:59–59  ·  view source on GitHub ↗
(byte[] input)

Source from the content-addressed store, hash-verified

57
58 interface Codec {
59 byte[] encode(byte[] input);
60 }
61
62 static final Codec[] CODECS = new Codec[]{

Callers 2

runTestWithCodecMethod · 0.65
CodingIntrinsicsClass · 0.65

Implementers 1

FrameTypesrc/vmEntry.h

Calls

no outgoing calls

Tested by 1

runTestWithCodecMethod · 0.52