Home
last modified time | relevance | path

Searched defs:OP_RETURN (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java207 public static final byte OP_RETURN = -79; field
/external/lua/src/
Dlopcodes.h288 OP_RETURN,/* A B C k return R[A], ... ,R[A+B-2] (see note) */ enumerator