Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 11 of 11) sorted by relevance

/art/test/530-checker-loops3/
Dinfo.txt1 Test on loop optimizations, in particular around loop-based dynamic bce.
/art/dalvikvm/
DAndroid.bp39 ldflags: ["-Wl,--export-dynamic"],
/art/libnativeloader/
DREADME.md17 is performed by the dynamic linker.
55 dynamic linker interface: `libdl.so` and `libnativebridge.so`. The former is
78 dynamic linker interface so that other parts of this library do not have to know
/art/tools/jvmti-agents/enable-vlog/
DREADME.md13 Use `libenablevlogs` if you wish to build a version without non-NDK dynamic
/art/libartpalette/
DAndroid.bp37 // libartpalette is the dynamic loader of the platform abstraction
/art/tools/jvmti-agents/ti-fast/
DREADME.md14 Use `libtifasts` if you wish to build a version without non-NDK dynamic dependencies.
/art/runtime/
Delf_file_impl.h126 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
Delf_file.cc1622 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument
1623 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()
1628 CHECK(!dynamic) << file_path_; in FixupSymbols()
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md13 Use `libtiallocsamples` if you wish to build a version without non-NDK dynamic dependencies.
/art/test/955-methodhandles-smali/smali/
DMain.smali161 # will generate dynamic type checks for the input arguments.
/art/test/
DAndroid.bp84 // Mac OS linker doesn't understand --export-dynamic.
85 "-Wl,--export-dynamic",