MCPcopy Create free account
hub / github.com/GJDuck/e9patch / next

Method next

src/e9patch/e9patch.h:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 return (I->offset == 0? nullptr: I);
295 }
296 Instr *next() const
297 {
298 Instr *I = (Instr *)this+1;
299 return (I->offset == 0? nullptr: I);
300 }
301 Instr *pred() const
302 {
303 Instr *I = (Instr *)this-1;

Callers 11

buildEntrySetFunction · 0.80
optimizeAllJumpsFunction · 0.80
buildBreakFunction · 0.80
buildPrologueFunction · 0.80
getTrampolineSizeFunction · 0.80
getTrampolineBoundsFunction · 0.80
buildLabelSetFunction · 0.80
buildBytesFunction · 0.80
e9handlerFunction · 0.80
tactic_T3bFunction · 0.80
tactic_T3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected