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

Function isFunctionExit

src/instrument.cpp:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411};
412
413static inline bool isFunctionExit(u8 opcode) {
414 return opcode >= JVM_OPC_ireturn && opcode <= JVM_OPC_return;
415}
416
417static inline bool isNarrowJump(u8 opcode) {
418 return (opcode >= JVM_OPC_ifeq && opcode <= JVM_OPC_jsr) ||

Callers 1

rewriteCodeForLatencyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected