HomeSort by relevance Sort by last modified time
    Searched defs:linker (Results 1 - 25 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/linker/arm/
relative_patcher_thumb2.h 20 #include "linker/arm/relative_patcher_arm_base.h"
23 namespace linker { namespace in namespace:art
59 } // namespace linker
  /art/compiler/linker/mips64/
relative_patcher_mips64.h 20 #include "linker/relative_patcher.h"
23 namespace linker { namespace in namespace:art
50 } // namespace linker
relative_patcher_mips64.cc 17 #include "linker/mips64/relative_patcher_mips64.h"
22 namespace linker { namespace in namespace:art
116 } // namespace linker
relative_patcher_mips64_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips64/relative_patcher_mips64.h"
21 namespace linker { namespace in namespace:art
126 } // namespace linker
  /art/compiler/linker/x86/
relative_patcher_x86.h 20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
38 } // namespace linker
relative_patcher_x86_base.h 20 #include "linker/relative_patcher.h"
23 namespace linker { namespace in namespace:art
49 } // namespace linker
relative_patcher_x86.cc 17 #include "linker/x86/relative_patcher_x86.h"
22 namespace linker { namespace in namespace:art
65 } // namespace linker
relative_patcher_x86_base.cc 17 #include "linker/x86/relative_patcher_x86_base.h"
20 namespace linker { namespace in namespace:art
50 } // namespace linker
relative_patcher_x86_test.cc 17 #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/
relative_patcher_x86_64.cc 17 #include "linker/x86_64/relative_patcher_x86_64.h"
22 namespace linker { namespace in namespace:art
43 } // namespace linker
relative_patcher_x86_64.h 20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
38 } // namespace linker
  /art/compiler/linker/mips/
relative_patcher_mips.h 20 #include "linker/relative_patcher.h"
24 namespace linker { namespace in namespace:art
57 } // namespace linker
relative_patcher_mips.cc 17 #include "linker/mips/relative_patcher_mips.h"
22 namespace linker { namespace in namespace:art
126 } // namespace linker
relative_patcher_mips32r6_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
99 } // namespace linker
relative_patcher_mips_test.cc 17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
109 } // namespace linker
  /art/compiler/linker/
multi_oat_relative_patcher.cc 24 namespace linker { namespace in namespace:art
30 linker::RelativePatcher::Create(instruction_set, features, &method_offset_map_)),
71 } // namespace linker
relative_patcher.cc 17 #include "linker/relative_patcher.h"
20 #include "linker/arm/relative_patcher_thumb2.h"
23 #include "linker/arm64/relative_patcher_arm64.h"
26 #include "linker/mips/relative_patcher_mips.h"
29 #include "linker/mips64/relative_patcher_mips64.h"
32 #include "linker/x86/relative_patcher_x86.h"
35 #include "linker/x86_64/relative_patcher_x86_64.h"
40 namespace linker { namespace in namespace:art
152 } // namespace linker
relative_patcher.h 34 namespace linker { namespace in namespace:art
136 } // namespace linker
multi_oat_relative_patcher.h 31 namespace linker { namespace in namespace:art
129 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
130 class MethodOffsetMap : public linker::RelativePatcherTargetProvider {
150 } // namespace linker
  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 53 ReferenceLinker linker; local
54 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
117 ReferenceLinker linker; local
118 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
164 ReferenceLinker linker; local
165 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
195 ReferenceLinker linker; local
196 ASSERT_FALSE(linker.Consume(context.get(), table.get()));
223 ReferenceLinker linker; local
224 ASSERT_FALSE(linker.Consume(context.get(), table.get()))
254 ReferenceLinker linker; local
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 22 #include "linker/arm/relative_patcher_arm_base.h"
25 namespace linker { namespace in namespace:art
115 } // namespace linker
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
set_uniform_initializer_tests.cpp 30 namespace linker { namespace
176 linker::set_uniform_initializer(mem_ctx, prog, name, type, val);
323 * uniform that it initializes. In the real compiler and linker this can
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 96 * before calling System.loadLibrary, this only applies when not using the chromium linker.
223 // Helper for loadAlreadyLocked(). Load a native shared library with the Chromium linker.
225 private void loadLibrary(Linker linker, @Nullable String zipFilePath, String libFilePath) {
226 if (linker.isUsingBrowserSharedRelros()) {
231 linker.loadLibrary(zipFilePath, libFilePath);
235 linker.loadLibraryNoFixedAddress(zipFilePath, libFilePath);
239 linker.loadLibrary(zipFilePath, libFilePath);
248 // Invoke either Linker.loadLibrary(...) or System.loadLibrary(...), triggering
257 if (Linker.isUsed())
259 Linker linker = Linker.getInstance(); local
    [all...]

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>