Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 7 of 7) 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/libartpalette/
DAndroid.bp60 // libartpalette is the dynamic loader of the platform abstraction
/art/runtime/
Delf_file_impl.h126 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
Delf_file.cc1631 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument
1632 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()
1637 CHECK(!dynamic) << file_path_; in FixupSymbols()
/art/test/
DAndroid.bp83 // Mac OS linker doesn't understand --export-dynamic.
84 "-Wl,--export-dynamic",
/art/test/955-methodhandles-smali/smali/
DMain.smali161 # will generate dynamic type checks for the input arguments.