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

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
61 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
65 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
90 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
117 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 58 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
71 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
75 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
100 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
120 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
  /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);
138 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
184 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
197 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
201 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
224 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
  /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);
186 AddCompiledMethod(MethodRef(1u), ArrayRef<const uint8_t>(code),
215 AddCompiledMethod(MethodRef(1u), ArrayRef<const uint8_t>(code),
337 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
350 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
354 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
377 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches))
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 70 void AddCompiledMethod(MethodReference method_ref,

Completed in 70 milliseconds