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

  /art/dex2oat/linker/x86/
relative_patcher_x86_test.cc 49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
66 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
126 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
158 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/dex2oat/linker/x86_64/
relative_patcher_x86_64_test.cc 69 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
82 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
86 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
115 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
139 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
163 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches));
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 151 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
175 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code));
183 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches);
220 void AddCompiledMethod(
224 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches);
377 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
410 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
423 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches));
427 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
450 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches))
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 118 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
142 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code));
150 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches);
193 void AddCompiledMethod(
197 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches);
304 AddCompiledMethod(MethodRef(1u),
329 AddCompiledMethod(MethodRef(1u),
352 AddCompiledMethod(MethodRef(1u),
367 AddCompiledMethod(MethodRef(1u),
582 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches))
    [all...]
  /art/dex2oat/linker/mips64/
relative_patcher_mips64_test.cc 62 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
  /art/dex2oat/linker/mips/
relative_patcher_mips32r6_test.cc 60 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
relative_patcher_mips_test.cc 63 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
  /art/dex2oat/driver/
compiler_driver.h 135 void AddCompiledMethod(const MethodReference& method_ref, CompiledMethod* const compiled_method);
compiler_driver.cc 455 driver->AddCompiledMethod(method_ref, compiled_method);
    [all...]
  /art/dex2oat/linker/
relative_patcher_test.h 102 void AddCompiledMethod(

Completed in 1271 milliseconds