/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
T_invoke_super_24.d | 18 .method public abstract test()V 19 .end method 28 .method public <init>()V 33 .end method 35 .method public test()V 37 .end method 46 .method public <init>()V 51 .end method 53 .method public run()V 58 .end method [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
T_invoke_super_range_24.d | 18 .method public abstract test()V 19 .end method 28 .method public <init>()V 33 .end method 35 .method public test()V 37 .end method 46 .method public <init>()V 51 .end method 53 .method public run()V 58 .end method [all...] |
/dalvik/vm/analysis/ |
Optimize.cpp | 30 * Virtual/direct calls to "method" are replaced with an execute-inline 34 Method* method; member in struct:InlineSub 40 static void optimizeMethod(Method* method, bool essentialOnly); 41 static void rewriteInstField(Method* method, u2* insns, Opcode quickOpc, 43 static void rewriteStaticField(Method* method, u2* insns, Opcode volatileOpc); 44 static void rewriteVirtualInvoke(Method* method, u2* insns, Opcode newOpc) 76 Method* method = dvmFindInlinableMethod(ops[i].classDescriptor, local [all...] |
/external/proguard/src/proguard/preverify/ |
CodeSubroutineInliner.java | 65 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 69 // method.getName(clazz).equals("abc"); 72 // Catch any unexpected exceptions from the actual visiting method. 76 visitCodeAttribute0(clazz, method, codeAttribute); 82 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 87 method.accept(clazz, new ClassPrinter()); 95 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
InputBindResult.java | 23 * Bundle of information returned by input method manager about a successful 24 * binding to an input method. 30 * The input method service. 32 public final IInputMethodSession method; field in class:InputBindResult 35 * The ID for this input method, as found in InputMethodInfo; null if 36 * no input method will be bound. 46 method = _method; 52 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder()); 59 return "InputBindResult{" + method + " " + id 70 dest.writeStrongInterface(method); [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 97 "<th>Method</th>\n" 108 "<th>Method</th>\n" 140 struct MethodEntry *method; member in struct:TimedMethod 159 * Entry from the method list. 177 int graphState; /* used when graphing to see if this method has been visited before */ 196 MethodEntry *method; member in struct:StackEntry 300 void initMethodEntry(MethodEntry *method, unsigned int methodId, 305 method->methodId = methodId; 306 method->className = className; 307 method->methodName = methodName 1202 MethodEntry* method; local 1497 MethodEntry *method = pStack->calls[ii].method; local 1534 MethodEntry* method; local 1695 MethodEntry* method; local 1896 MethodEntry* method; local 2132 MethodEntry* method; local 2297 MethodEntry* method; local 2550 MethodEntry* method = methods[i]; local [all...] |
/dalvik/vm/ |
AllocTracker.cpp | 57 /* stack trace elements; unused entries have method==NULL */ 59 const Method* method; /* which method we're executing in */ member in struct:AllocRecord::__anon760 156 const Method* method = saveArea->method; local 159 pRec->stackElem[stackDepth].method = method; 160 if (dvmIsNativeMethod(method)) { 342 const Method* method = pRec->stackElem[i].method; local 416 const Method* method = pRec->stackElem[i].method; local 628 const Method* method = pRec->stackElem[i].method; local [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/ |
T_iget_2.d | 21 .method <clinit>()V 24 .end method 26 .method public <init>()V 35 .end method 37 .method public run()F 42 .end method
|
T_iget_9.d | 21 .method <clinit>()V 24 .end method 26 .method public <init>()V 31 .end method 33 .method public run()F 39 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
T_invoke_direct_10.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 41 .end method
|
T_invoke_direct_11.d | 20 .method public <init>()V 25 .end method 27 .method public run()I 33 .end method 36 .method private static toInt()I 40 .end method
|
T_invoke_direct_15.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 40 .end method
|
T_invoke_direct_16.d | 20 .method public <init>()V 24 .end method 26 .method public run()I 33 .end method 36 .method private toInt()I 40 .end method
|
T_invoke_direct_2.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 40 .end method
|
T_invoke_direct_25.d | 20 .method public <init>()V 25 .end method 27 .method private test()V 29 .end method 31 .method public run()I 40 .end method
|
T_invoke_direct_27.d | 20 .method public <init>()V 25 .end method 27 .method private test()V 29 .end method 31 .method public static run()V 39 .end method
|
T_invoke_direct_3.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 40 .end method
|
T_invoke_direct_4.d | 19 .method static <clinit>()V 21 .end method 23 .method public <init>()V 27 .end method 29 .method public run()V 31 .end method
|
T_invoke_direct_5.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 40 .end method
|
T_invoke_direct_8.d | 20 .method public <init>()V 25 .end method 27 .method public run()I 35 .end method 38 .method private toInt()I 42 .end method
|
T_invoke_direct_9.d | 20 .method public <init>()V 25 .end method 27 .method public run()I 34 .end method 37 .method private native toInt()I 38 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
T_invoke_direct_range_10.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 41 .end method
|
T_invoke_direct_range_11.d | 20 .method public <init>()V 25 .end method 27 .method public run()I 33 .end method 36 .method private static toInt()I 40 .end method
|
T_invoke_direct_range_15.d | 20 .method public <init>()V 25 .end method 27 .method private getInt()I 32 .end method 34 .method public run()I 40 .end method
|
T_invoke_direct_range_16.d | 20 .method public <init>()V 24 .end method 26 .method public run()I 33 .end method 36 .method private toInt()I 40 .end method
|