Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 71) sorted by relevance

123

/dalvik/dx/tests/071-dex-java-stack-ops/
Dblort.j101 ; 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/
DDops.java19 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/
DNOTICE39 "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/
DNOTICE39 "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/
DNOTICE44 "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/
DDops.java20 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/
Dinfo.txt1 This is a test case for the edge-splitting algorthim used in the conversion to SSA form.
/dalvik/dx/tests/083-ssa-phi-placement/
Dinfo.txt1 This is a test case for the phi placement algorthim used in the conversion to SSA form.
/dalvik/vm/compiler/codegen/x86/
DLowerInvoke.cpp569 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/
DSpecialFormat.java17 package com.android.dx.dex.code.form;
DForm10x.java17 package com.android.dx.dex.code.form;
DForm30t.java17 package com.android.dx.dex.code.form;
DForm10t.java17 package com.android.dx.dex.code.form;
DForm20t.java17 package com.android.dx.dex.code.form;
DForm11x.java17 package com.android.dx.dex.code.form;
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
DSpecialFormat.java17 package com.android.dexgen.dex.code.form;
DForm10x.java17 package com.android.dexgen.dex.code.form;
DForm30t.java17 package com.android.dexgen.dex.code.form;
DForm10t.java17 package com.android.dexgen.dex.code.form;
DForm20t.java17 package com.android.dexgen.dex.code.form;
DForm11x.java17 package com.android.dexgen.dex.code.form;
DForm32x.java17 package com.android.dexgen.dex.code.form;
DForm22x.java17 package com.android.dexgen.dex.code.form;
DForm31t.java17 package com.android.dexgen.dex.code.form;
DForm23x.java17 package com.android.dexgen.dex.code.form;

123