Searched refs:isCallLike (Results 1 - 8 of 8) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRop.java74 private final boolean isCallLike; field in class:Rop
91 * @param isCallLike whether the op is a function/method call or similar
95 TypeList exceptions, int branchingness, boolean isCallLike,
123 this.isCallLike = isCallLike;
129 * call-like op (see {@link #isCallLike}).
149 * call-like op (see {@link #isCallLike}).
168 * and it is never a call-like op (see {@link #isCallLike}).
184 * but it is never a call-like op (see {@link #isCallLike}).
202 * is always a call-like op (see {@link #isCallLike})
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
358 public boolean isCallLike() { method in class:Rop
[all...]
H A DDexTranslationAdvice.java94 return !disableSourcesInOrder && opcode.isCallLike()
/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java74 private final boolean isCallLike; field in class:Rop
91 * @param isCallLike whether the op is a function/method call or similar
95 TypeList exceptions, int branchingness, boolean isCallLike,
123 this.isCallLike = isCallLike;
129 * call-like op (see {@link #isCallLike}).
149 * call-like op (see {@link #isCallLike}).
168 * and it is never a call-like op (see {@link #isCallLike}).
184 * but it is never a call-like op (see {@link #isCallLike}).
202 * is always a call-like op (see {@link #isCallLike})
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
358 public boolean isCallLike() { method in class:Rop
[all...]
H A DDexTranslationAdvice.java105 return !disableSourcesInOrder && opcode.isCallLike()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopTranslator.java691 if (rop.isCallLike()) {
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java481 if (dest != null && rop.isCallLike()) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java701 if (rop.isCallLike()) {
/dalvik/dx/src/com/android/dx/ssa/
H A DSCCP.java473 || ropInsn.getOpcode().isCallLike()) {

Completed in 154 milliseconds