Searched refs:nickname (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRop.java76 /** {@code null-ok;} nickname, if specified (used for debugging) */
77 private final String nickname; field in class:Rop
92 * @param nickname {@code null-ok;} optional nickname (used for debugging)
96 String nickname) {
124 this.nickname = nickname;
139 * @param nickname {@code null-ok;} optional nickname (used for debugging)
142 TypeList exceptions, int branchingness, String nickname) {
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
141 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, String nickname) argument
159 Rop(int opcode, Type result, TypeList sources, int branchingness, String nickname) argument
176 Rop(int opcode, Type result, TypeList sources, String nickname) argument
194 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, String nickname) argument
[all...]
/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java76 /** {@code null-ok;} nickname, if specified (used for debugging) */
77 private final String nickname; field in class:Rop
92 * @param nickname {@code null-ok;} optional nickname (used for debugging)
96 String nickname) {
124 this.nickname = nickname;
139 * @param nickname {@code null-ok;} optional nickname (used for debugging)
142 TypeList exceptions, int branchingness, String nickname) {
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
141 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, String nickname) argument
159 Rop(int opcode, Type result, TypeList sources, int branchingness, String nickname) argument
176 Rop(int opcode, Type result, TypeList sources, String nickname) argument
194 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, String nickname) argument
[all...]

Completed in 3 milliseconds