MCPcopy Create free account
hub / github.com/capstone-engine/capstone / read

Method read

bindings/java/capstone/Arm64.java:98–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public void read() {
99 readField("cc");
100 readField("_update_flags");
101 readField("_writeback");
102 readField("op_count");
103 op = new Operand[op_count];
104 if (op_count != 0)
105 readField("op");
106 }
107
108 @Override
109 public List getFieldOrder() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected