HomeSort by relevance Sort by last modified time
    Searched refs:MethodRef (Results 1 - 14 of 14) sorted by null

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
ClassRef.java 24 private ArrayList<MethodRef> mMethodRefs;
32 mMethodRefs = new ArrayList<MethodRef>();
52 public void addMethod(MethodRef mref) {
59 public MethodRef[] getMethodArray() {
60 return mMethodRefs.toArray(new MethodRef[mMethodRefs.size()]);
MethodRef.java 19 public class MethodRef {
26 public MethodRef(String declClass, String[] argTypes, String returnType,
Output.java 134 MethodRef[] methods = classes[i].getMethodArray();
137 MethodRef ref = methods[j];
207 MethodRef[] methods = cref.getMethodArray();
209 MethodRef mref = methods[i];
DexData.java 413 MethodRef newMethodRef = new MethodRef(
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
54 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
61 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
65 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
78 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
87 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
94 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
97 auto result = method_offset_map_.FindMethodOffset(MethodRef(1));
107 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
68 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
74 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
81 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
85 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
98 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
107 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
114 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
117 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
127 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 53 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
66 AddCompiledMethod(MethodRef(2u), method2_code, ArrayRef<const LinkerPatch>());
68 AddCompiledMethod(MethodRef(3u), method3_code, method3_patches);
75 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3));
88 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
178 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
204 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
211 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
217 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
224 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches))
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 72 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
91 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code),
97 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code),
102 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches);
107 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
119 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
211 AddCompiledMethod(MethodRef(1u),
219 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
236 AddCompiledMethod(MethodRef(1u),
243 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 79 MethodReference MethodRef(uint32_t method_idx) {
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 

Completed in 2374 milliseconds