Searched defs:linker (Results 1 - 25 of 34) sorted by relevance

12

/art/compiler/linker/x86/
H A Drelative_patcher_x86.h20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
35 } // namespace linker
H A Drelative_patcher_x86_base.h20 #include "linker/relative_patcher.h"
23 namespace linker { namespace in namespace:art
49 } // namespace linker
H A Drelative_patcher_x86.cc17 #include "linker/x86/relative_patcher_x86.h"
22 namespace linker { namespace in namespace:art
59 } // namespace linker
H A Drelative_patcher_x86_base.cc17 #include "linker/x86/relative_patcher_x86_base.h"
20 namespace linker { namespace in namespace:art
50 } // namespace linker
H A Drelative_patcher_x86_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/x86/relative_patcher_x86.h"
21 namespace linker { namespace in namespace:art
174 } // namespace linker
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64.h20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
35 } // namespace linker
H A Drelative_patcher_x86_64.cc17 #include "linker/x86_64/relative_patcher_x86_64.h"
22 namespace linker { namespace in namespace:art
37 } // namespace linker
H A Drelative_patcher_x86_64_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/x86_64/relative_patcher_x86_64.h"
21 namespace linker { namespace in namespace:art
177 } // namespace linker
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h20 #include "linker/arm/relative_patcher_arm_base.h"
23 namespace linker { namespace in namespace:art
59 } // namespace linker
H A Drelative_patcher_arm_base.h22 #include "linker/relative_patcher.h"
26 namespace linker { namespace in namespace:art
71 } // namespace linker
H A Drelative_patcher_arm_base.cc17 #include "linker/arm/relative_patcher_arm_base.h"
20 #include "linker/output_stream.h"
25 namespace linker { namespace in namespace:art
191 } // namespace linker
H A Drelative_patcher_thumb2.cc17 #include "linker/arm/relative_patcher_thumb2.h"
24 namespace linker { namespace in namespace:art
123 } // namespace linker
H A Drelative_patcher_thumb2_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/arm/relative_patcher_thumb2.h"
22 namespace linker { namespace in namespace:art
435 } // namespace linker
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h20 #include "linker/arm/relative_patcher_arm_base.h"
24 namespace linker { namespace in namespace:art
76 } // namespace linker
H A Drelative_patcher_arm64.cc17 #include "linker/arm64/relative_patcher_arm64.h"
23 #include "linker/output_stream.h"
29 namespace linker { namespace in namespace:art
71 // and use it to reserve space for other linker patches.
354 } // namespace linker
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.cc24 namespace linker { namespace in namespace:art
30 linker::RelativePatcher::Create(instruction_set, features, &method_offset_map_)),
71 } // namespace linker
H A Drelative_patcher.cc17 #include "linker/relative_patcher.h"
20 #include "linker/arm/relative_patcher_thumb2.h"
23 #include "linker/arm64/relative_patcher_arm64.h"
26 #include "linker/x86/relative_patcher_x86.h"
29 #include "linker/x86_64/relative_patcher_x86_64.h"
34 namespace linker { namespace in namespace:art
131 } // namespace linker
H A Drelative_patcher.h34 namespace linker { namespace in namespace:art
131 } // namespace linker
H A Dmulti_oat_relative_patcher.h31 namespace linker { namespace in namespace:art
122 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
123 class MethodOffsetMap : public linker::RelativePatcherTargetProvider {
143 } // namespace linker
H A Dmulti_oat_relative_patcher_test.cc23 namespace linker { namespace in namespace:art
298 } // namespace linker
H A Drelative_patcher_test.h30 #include "linker/relative_patcher.h"
38 namespace linker { namespace in namespace:art
247 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
248 class MethodOffsetMap FINAL : public linker::RelativePatcherTargetProvider {
282 } // namespace linker
/art/runtime/mirror/
H A Dobject_test.cc489 ClassLinker* linker = class_linker_; local
497 Class* klass1 = linker->FindClass(soa.Self(), "LProtoCompare;", class_loader_1);
499 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2);
/art/runtime/
H A Doat_file_assistant_test.cc1225 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
1227 hs.NewHandle(linker->FindSystemClass(soa.Self(), "Ldalvik/system/DexFile;")));
1229 linker->EnsureInitialized(soa.Self(), dexfile, true, true);
1260 // * Test class linker falls back to unquickened dex for DexNoOat
1261 // * Test class linker falls back to unquickened dex for MultiDexNoOat
/art/compiler/
H A Doat_writer.h25 #include "linker/relative_patcher.h" // For linker::RelativePatcherTargetProvider.
50 namespace linker { namespace in namespace:art
52 } // namespace linker
161 linker::MultiOatRelativePatcher* relative_patcher);
364 linker::MultiOatRelativePatcher* relative_patcher_;
/art/runtime/jit/
H A Djit.cc369 void Jit::DumpTypeInfoForLoadedTypes(ClassLinker* linker) { argument
382 linker->VisitClasses(&visitor);

Completed in 147 milliseconds

12