Home
last modified time | relevance | path

Searched refs:AddCompiledMethod (Results 1 – 8 of 8) sorted by relevance

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc69 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
82 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
86 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
115 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
139 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
163 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc49 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
66 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
95 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
126 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
158 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc151 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap()
175 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()
183 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); in Create2MethodsWithGap()
233 void AddCompiledMethod( in AddCompiledMethod() function in art::linker::Thumb2RelativePatcherTest
237 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
399 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches)); in CheckPcRelativePatch()
432 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
445 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
449 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
472 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc118 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap()
142 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(gap_code)); in Create2MethodsWithGap()
150 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); in Create2MethodsWithGap()
199 void AddCompiledMethod( in AddCompiledMethod() function in art::linker::Arm64RelativePatcherTest
203 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
311 AddCompiledMethod(MethodRef(1u), in TestNopsAdrpLdr()
336 AddCompiledMethod(MethodRef(1u), in TestNopsAdrpAdd()
359 AddCompiledMethod(MethodRef(1u), in PrepareNopsAdrpInsn2Ldr()
374 AddCompiledMethod(MethodRef(1u), in PrepareNopsAdrpInsn2Add()
597 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
[all …]
/art/dex2oat/linker/riscv64/
Drelative_patcher_riscv64_test.cc128 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcAddi()
152 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcLwu()
177 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcLd()
/art/dex2oat/driver/
Dcompiler_driver.h140 void AddCompiledMethod(const MethodReference& method_ref, CompiledMethod* const compiled_method);
Dcompiler_driver.cc405 driver->AddCompiledMethod(method_ref, compiled_method); in CompileMethodHarness()
2783 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() function in art::CompilerDriver
/art/dex2oat/linker/
Drelative_patcher_test.h103 void AddCompiledMethod(