HomeSort by relevance Sort by last modified time
    Searched refs:AddCompiledMethod (Results 1 - 10 of 10) 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));
94 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
123 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
156 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 68 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
81 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
85 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
114 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
136 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
161 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 63 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
97 AddCompiledMethod(MethodRef(1u),
103 AddCompiledMethod(MethodRef(2u),
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 106 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
130 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code));
138 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches);
254 AddCompiledMethod(MethodRef(1u),
279 AddCompiledMethod(MethodRef(1u),
300 AddCompiledMethod(MethodRef(1u),
315 AddCompiledMethod(MethodRef(1u),
520 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
531 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
535 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches))
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 53 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
66 AddCompiledMethod(MethodRef(2u), method2_code);
68 AddCompiledMethod(MethodRef(3u), method3_code, method3_patches);
187 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
220 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
233 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
237 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
260 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 56 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
relative_patcher_mips_test.cc 61 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/
relative_patcher_test.h 79 void AddCompiledMethod(
  /art/compiler/driver/
compiler_driver.h 173 void AddCompiledMethod(const MethodReference& method_ref,
compiler_driver.cc 654 driver->AddCompiledMethod(method_ref, compiled_method, non_relative_linker_patch_count);
    [all...]

Completed in 104 milliseconds