OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncodedMethod
(Results
1 - 25
of
33
) sorted by null
1
2
/art/tools/dexfuzz/src/dexfuzz/rawdex/
ClassDataItem.java
29
public
EncodedMethod
[] directMethods;
30
public
EncodedMethod
[] virtualMethods;
54
directMethods = new
EncodedMethod
[directMethodsSize];
56
(directMethods[i] = new
EncodedMethod
()).read(file);
58
virtualMethods = new
EncodedMethod
[virtualMethodsSize];
60
(virtualMethods[i] = new
EncodedMethod
()).read(file);
97
private void incrementEncodedMethods(int insertedIdx,
EncodedMethod
[] methods) {
99
for (
EncodedMethod
method : methods) {
EncodedMethod.java
23
public class
EncodedMethod
implements RawDexObject {
60
* Set/unset the static flag for this
EncodedMethod
.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMethod.java
33
public final class
EncodedMethod
extends EncodedMember
34
implements Comparable<
EncodedMethod
> {
54
public
EncodedMethod
(CstMethodRef method, int accessFlags,
74
if (! (other instanceof
EncodedMethod
)) {
78
return compareTo((
EncodedMethod
) other) == 0;
89
public int compareTo(
EncodedMethod
other) {
ClassDataItem.java
57
private final ArrayList<
EncodedMethod
> directMethods;
60
private final ArrayList<
EncodedMethod
> virtualMethods;
89
this.directMethods = new ArrayList<
EncodedMethod
>(20);
90
this.virtualMethods = new ArrayList<
EncodedMethod
>(20);
155
public void addDirectMethod(
EncodedMethod
method) {
168
public void addVirtualMethod(
EncodedMethod
method) {
183
public ArrayList<
EncodedMethod
> getMethods() {
185
ArrayList<
EncodedMethod
> result = new ArrayList<
EncodedMethod
>(sz);
246
for (
EncodedMethod
method : directMethods)
[
all
...]
ClassDefItem.java
297
public void addDirectMethod(
EncodedMethod
method) {
306
public void addVirtualMethod(
EncodedMethod
method) {
317
public ArrayList<
EncodedMethod
> getMethods() {
/dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java
32
public final class
EncodedMethod
extends EncodedMember
33
implements Comparable<
EncodedMethod
> {
53
public
EncodedMethod
(CstMethodRef method, int accessFlags,
73
if (! (other instanceof
EncodedMethod
)) {
77
return compareTo((
EncodedMethod
) other) == 0;
88
public int compareTo(
EncodedMethod
other) {
ClassDataItem.java
53
private final ArrayList<
EncodedMethod
> directMethods;
56
private final ArrayList<
EncodedMethod
> virtualMethods;
85
this.directMethods = new ArrayList<
EncodedMethod
>(20);
86
this.virtualMethods = new ArrayList<
EncodedMethod
>(20);
151
public void addDirectMethod(
EncodedMethod
method) {
164
public void addVirtualMethod(
EncodedMethod
method) {
179
public ArrayList<
EncodedMethod
> getMethods() {
181
ArrayList<
EncodedMethod
> result = new ArrayList<
EncodedMethod
>(sz);
242
for (
EncodedMethod
method : directMethods)
[
all
...]
ClassDefItem.java
295
public void addDirectMethod(
EncodedMethod
method) {
304
public void addVirtualMethod(
EncodedMethod
method) {
315
public ArrayList<
EncodedMethod
> getMethods() {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMethod.java
33
public final class
EncodedMethod
extends EncodedMember
34
implements Comparable<
EncodedMethod
> {
54
public
EncodedMethod
(CstMethodRef method, int accessFlags,
74
if (! (other instanceof
EncodedMethod
)) {
78
return compareTo((
EncodedMethod
) other) == 0;
89
public int compareTo(
EncodedMethod
other) {
ClassDataItem.java
54
private final ArrayList<
EncodedMethod
> directMethods;
57
private final ArrayList<
EncodedMethod
> virtualMethods;
86
this.directMethods = new ArrayList<
EncodedMethod
>(20);
87
this.virtualMethods = new ArrayList<
EncodedMethod
>(20);
152
public void addDirectMethod(
EncodedMethod
method) {
165
public void addVirtualMethod(
EncodedMethod
method) {
180
public ArrayList<
EncodedMethod
> getMethods() {
182
ArrayList<
EncodedMethod
> result = new ArrayList<
EncodedMethod
>(sz);
243
for (
EncodedMethod
method : directMethods)
[
all
...]
ClassDefItem.java
295
public void addDirectMethod(
EncodedMethod
method) {
304
public void addVirtualMethod(
EncodedMethod
method) {
315
public ArrayList<
EncodedMethod
> getMethods() {
/cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java
181
EncodedMethod
[] directMethods;
182
EncodedMethod
[] virtualMethods;
190
static class
EncodedMethod
{
225
private
EncodedMethod
[] parseMethods(int size) {
226
EncodedMethod
[] methods = new
EncodedMethod
[size];
228
methods[i] = new
EncodedMethod
();
287
private List<DexMethod> getDexMethods(
EncodedMethod
[] methods) {
291
EncodedMethod
method = null;
/art/tools/dexfuzz/src/dexfuzz/program/
Program.java
46
import dexfuzz.rawdex.
EncodedMethod
;
270
// each
EncodedMethod
is the absolute index for the first
EncodedMethod
,
273
for (
EncodedMethod
method : classDataItem.directMethods) {
278
for (
EncodedMethod
method : classDataItem.virtualMethods) {
288
* @param methodIdx The method index of the last
EncodedMethod
that was handled in this class.
289
* @return The method index of the
EncodedMethod
that has just been handled in this class.
291
private int associateMethod(
EncodedMethod
method, int methodIdx, String className) {
316
Log.errorAndQuit("You've got an
EncodedMethod
that points to an Offsettable"
/external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java
27
import com.android.dx.dex.file.
EncodedMethod
;
476
EncodedMethod
encoded = method.toEncodedMethod(dexOptions);
538
EncodedMethod
toEncodedMethod(DexOptions dexOptions) {
543
return new
EncodedMethod
(method.constant, flags, dalvCode, StdTypeList.EMPTY);
/dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java
34
import com.android.dx.dex.file.
EncodedMethod
;
344
EncodedMethod
mi =
345
new
EncodedMethod
(meth, accessFlags, code, exceptions);
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
39
import com.android.dx.dex.file.
EncodedMethod
;
[
all
...]
/cts/tools/dasm/src/dasm/
DAsm.java
36
import com.android.dx.dex.file.
EncodedMethod
;
104
EncodedMethod
enc_method;
451
enc_method = new
EncodedMethod
(meth, method_acc, code, tl);
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar
Completed in 1093 milliseconds
1
2