/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 69 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/ |
D | relative_patcher_x86_test.cc | 49 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/ |
D | relative_patcher_thumb2_test.cc | 151 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/ |
D | relative_patcher_arm64_test.cc | 118 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/ |
D | relative_patcher_riscv64_test.cc | 128 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcAddi() 152 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcLwu() 177 AddCompiledMethod(MethodRef(1u), in TestNopsAuipcLd()
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 140 void AddCompiledMethod(const MethodReference& method_ref, CompiledMethod* const compiled_method);
|
D | compiler_driver.cc | 405 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/ |
D | relative_patcher_test.h | 103 void AddCompiledMethod(
|