Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 6 of 6) 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/runtime/
Delf_file_impl.h124 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
Delf_file.cc1609 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument
1610 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()
1615 CHECK(!dynamic) << file_path_; in FixupSymbols()
/art/test/
DAndroid.bp82 // Mac OS linker doesn't understand --export-dynamic.
83 "-Wl,--export-dynamic",
/art/test/955-methodhandles-smali/smali/
DMain.smali161 # will generate dynamic type checks for the input arguments.