HomeSort by relevance Sort by last modified time
    Searched refs:MethodRef (Results 1 - 11 of 11) 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 412 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));
76 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
83 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
90 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
93 auto result = method_offset_map_.FindMethodOffset(MethodRef(1));
101 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 34 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
58 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
64 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
71 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
75 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
86 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
93 EXPECT_TRUE(CheckLinkedMethod(MethodRef(2u), ArrayRef<const uint8_t>(method2_expected_code)));
100 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
103 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
111 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 49 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
62 AddCompiledMethod(MethodRef(2u), method2_code, ArrayRef<const LinkerPatch>());
64 AddCompiledMethod(MethodRef(3u), method3_code, method3_patches);
71 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3));
84 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
138 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
164 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
184 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
190 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
197 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches))
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 62 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
81 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code),
87 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code),
92 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches);
97 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
109 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
186 AddCompiledMethod(MethodRef(1u), ArrayRef<const uint8_t>(code),
193 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)));
215 AddCompiledMethod(MethodRef(1u), ArrayRef<const uint8_t>(code),
228 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(expected_code)))
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 65 MethodReference MethodRef(uint32_t method_idx) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.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 

Completed in 753 milliseconds