HomeSort by relevance Sort by last modified time
    Searched defs:INVOKE_TRANSFORM (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandle.java 470 * INVOKE_TRANSFORM is a special type of handle which doesn't encode any dex bytecode behaviour,
474 * INVOKE_CALLSITE_TRANSFORM is a variation on INVOKE_TRANSFORM where the method type of
487 /** @hide */ public static final int INVOKE_TRANSFORM = 5;
    [all...]
Transformers.java 59 super(TRANSFORM_INTERNAL.getArtMethod(), MethodHandle.INVOKE_TRANSFORM, type);
    [all...]

Completed in 2770 milliseconds