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

  /art/dex2oat/linker/
relative_patcher_test.h 102 void AddCompiledMethod(
  /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/driver/
compiler_driver.cc 455 driver->AddCompiledMethod(method_ref, compiled_method);
    [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...]

Completed in 111 milliseconds