Lines Matching refs:insnFlags
24 * InsnFlags is a 32-bit integer with the following layout:
33 typedef u4 InsnFlags;
42 /* add opcode widths to InsnFlags */
43 bool dvmComputeCodeWidths(const Method* meth, InsnFlags* insnFlags,
47 bool dvmSetTryFlags(const Method* meth, InsnFlags* insnFlags);
50 bool dvmCheckSwitchTargets(const Method* meth, InsnFlags* insnFlags,
54 bool dvmCheckBranchTarget(const Method* meth, InsnFlags* insnFlags,
73 bool dvmGetBranchTarget(const Method* meth, InsnFlags* insnFlags,