/dalvik/dx/tests/071-dex-java-stack-ops/ |
D | blort.j | 101 ; Test of "pop2" opcode, form 1. This should end up causing a call 114 ; Test of "pop2" opcode, form 2. This should end up causing a call 152 ; Test of "dup_x2" opcode, form 1. This should end up causing these calls 168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls 182 ; Test of "dup2" opcode, form 1. This should end up causing these calls 197 ; Test of "dup2" opcode, form 2. This should end up causing these calls 209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls 227 ; Test of "dup2_x1" opcode, form 2. This should end up causing these calls 241 ; Test of "dup2_x2" opcode, form 1. This should end up causing these calls 261 ; Test of "dup2_x2" opcode, form 2. This should end up causing these calls [all …]
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | Dops.java | 19 import com.android.dexgen.dex.code.form.Form10t; 20 import com.android.dexgen.dex.code.form.Form10x; 21 import com.android.dexgen.dex.code.form.Form11n; 22 import com.android.dexgen.dex.code.form.Form11x; 23 import com.android.dexgen.dex.code.form.Form12x; 24 import com.android.dexgen.dex.code.form.Form20t; 25 import com.android.dexgen.dex.code.form.Form21c; 26 import com.android.dexgen.dex.code.form.Form21h; 27 import com.android.dexgen.dex.code.form.Form21s; 28 import com.android.dexgen.dex.code.form.Form21t; [all …]
|
/dalvik/dx/ |
D | NOTICE | 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 44 transformation or translation of a Source form, including but 49 Object form, made available under the License, as indicated by a 54 form, that is based on (or derived from) the Work and for which the 67 means any form of electronic, verbal, or written communication sent 84 Work and such Derivative Works in Source or Object form. 104 modifications, and in Source or Object form, provided that You 113 (c) You must retain, in the Source form of any Derivative Works 115 attribution notices from the Source form of the Work, [all …]
|
/dalvik/dexdump/ |
D | NOTICE | 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 44 transformation or translation of a Source form, including but 49 Object form, made available under the License, as indicated by a 54 form, that is based on (or derived from) the Work and for which the 67 means any form of electronic, verbal, or written communication sent 84 Work and such Derivative Works in Source or Object form. 104 modifications, and in Source or Object form, provided that You 113 (c) You must retain, in the Source form of any Derivative Works 115 attribution notices from the Source form of the Work, [all …]
|
/dalvik/ |
D | NOTICE | 44 "Source" form shall mean the preferred form for making modifications, 48 "Object" form shall mean any form resulting from mechanical 49 transformation or translation of a Source form, including but 54 Object form, made available under the License, as indicated by a 59 form, that is based on (or derived from) the Work and for which the 72 means any form of electronic, verbal, or written communication sent 89 Work and such Derivative Works in Source or Object form. 109 modifications, and in Source or Object form, provided that You 118 (c) You must retain, in the Source form of any Derivative Works 120 attribution notices from the Source form of the Work, [all …]
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | Dops.java | 20 import com.android.dx.dex.code.form.Form10t; 21 import com.android.dx.dex.code.form.Form10x; 22 import com.android.dx.dex.code.form.Form11n; 23 import com.android.dx.dex.code.form.Form11x; 24 import com.android.dx.dex.code.form.Form12x; 25 import com.android.dx.dex.code.form.Form20t; 26 import com.android.dx.dex.code.form.Form21c; 27 import com.android.dx.dex.code.form.Form21h; 28 import com.android.dx.dex.code.form.Form21s; 29 import com.android.dx.dex.code.form.Form21t; [all …]
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | info.txt | 1 This is a test case for the edge-splitting algorthim used in the conversion to SSA form.
|
/dalvik/dx/tests/083-ssa-phi-placement/ |
D | info.txt | 1 This is a test case for the phi placement algorthim used in the conversion to SSA form.
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerInvoke.cpp | 569 int common_invokeMethod_Jmp(ArgsDoneType form) { in common_invokeMethod_Jmp() argument 583 if(form == ArgsDone_Full) in common_invokeMethod_Jmp() 585 else if(form == ArgsDone_Native) in common_invokeMethod_Jmp() 592 int common_invokeMethodNoRange(ArgsDoneType form) { in common_invokeMethodNoRange() argument 594 common_invokeMethod_Jmp(form); in common_invokeMethodNoRange() 692 int common_invokeMethodRange(ArgsDoneType form) { in common_invokeMethodRange() argument 694 common_invokeMethod_Jmp(form); in common_invokeMethodRange() 750 int common_invokeArgsDone(ArgsDoneType form, bool isJitFull) { in common_invokeArgsDone() argument 752 if(form == ArgsDone_Full) { in common_invokeArgsDone() 760 else if(form == ArgsDone_Normal) in common_invokeArgsDone() [all …]
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
D | SpecialFormat.java | 17 package com.android.dx.dex.code.form;
|
D | Form10x.java | 17 package com.android.dx.dex.code.form;
|
D | Form30t.java | 17 package com.android.dx.dex.code.form;
|
D | Form10t.java | 17 package com.android.dx.dex.code.form;
|
D | Form20t.java | 17 package com.android.dx.dex.code.form;
|
D | Form11x.java | 17 package com.android.dx.dex.code.form;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
D | SpecialFormat.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form10x.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form30t.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form10t.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form20t.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form11x.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form32x.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form22x.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form31t.java | 17 package com.android.dexgen.dex.code.form;
|
D | Form23x.java | 17 package com.android.dexgen.dex.code.form;
|