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.bp45 ldflags: ["-Wl,--export-dynamic"],
48 ldflags: ["-Wl,--export-dynamic"],
/art/test/
DAndroid.bp84 // Mac OS linker doesn't understand --export-dynamic.
85 "-Wl,--export-dynamic",
108 "-Wl,--export-dynamic",
/art/runtime/
Delf_file_impl.h128 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
Delf_file.cc1610 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols() argument
1611 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; in FixupSymbols()
1616 CHECK(!dynamic) << file_path_; in FixupSymbols()
/art/test/955-methodhandles-smali/smali/
DMain.smali161 # will generate dynamic type checks for the input arguments.