Searched refs:libdexfile (Results 1 – 25 of 56) sorted by relevance
123
/aosp12/art/tools/ |
H A D | pylibdexfile.py | 27 libdexfile = CDLL( variable 41 libdexfile.ExtDexFileOpenFromMemory.argtypes = [ 47 libdexfile.ExtDexFileOpenFromMemory.restype = c_int 48 libdexfile.ExtDexFileGetAllMethodInfos.argtypes = [ 153 libdexfile.ExtDexFileGetAllMethodInfos(self.ext_dex_file_, 166 res = libdexfile.ExtDexFileOpenFromMemory(
|
/aosp12/art/libdexfile/ |
H A D | Android.bp | 137 whole_static_libs: ["libdexfile"], 151 cmd: "$(location generate_operator_out) art/libdexfile $(in) > $(out)", 164 name: "libdexfile", 213 symbol_file: "libdexfile.map.txt", 366 "libdexfile", 374 // Support library with a C++ API for accessing the libdexfile API for external 377 // This library dlopens libdexfile(d).so on first use, so there is no build time 385 // runtime_libs: ["libdexfile"], 396 runtime_libs: ["libdexfile"], 427 "libdexfile", [all …]
|
/aosp12/art/dexlayout/ |
H A D | Android.bp | 83 "libdexfile", 90 "libdexfile", 101 "libdexfile", 186 "libdexfile", 267 "libdexfile",
|
/aosp12/art/libprofile/ |
H A D | Android.bp | 118 "libdexfile", 124 "libdexfile", 134 "libdexfile", 226 "libdexfile",
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Android.bp | 146 runtime_libs: ["libdexfile"], // libdexfile_support dependency 153 exclude_runtime_libs: ["libdexfile"], 159 exclude_runtime_libs: ["libdexfile"], 165 exclude_runtime_libs: ["libdexfile"], 171 exclude_runtime_libs: ["libdexfile"], 177 exclude_runtime_libs: ["libdexfile"],
|
/aosp12/art/dexdump/ |
H A D | Android.bp | 41 "libdexfile", 51 "libdexfile",
|
/aosp12/art/build/sdk/ |
H A D | Android.bp | 68 "libdexfile", 189 "libartpalette", // libdexfile dependency 190 "libartbase", // libdexfile dependency
|
/aosp12/art/libartbase/ |
H A D | Android.bp | 120 enabled: true, // for libdexfile. 172 // libartbase is present but not preferred, and the prebuilt libdexfile 252 "libdexfile",
|
/aosp12/art/tools/dexanalyze/ |
H A D | Android.bp | 45 "libdexfile",
|
/aosp12/art/tools/veridex/ |
H A D | Android.bp | 41 "libdexfile",
|
/aosp12/art/tools/jvmti-agents/jit-load/ |
H A D | Android.bp | 60 "libdexfile",
|
/aosp12/art/dexlist/ |
H A D | Android.bp | 30 "libdexfile",
|
/aosp12/art/perfetto_hprof/ |
H A D | Android.bp | 55 "libdexfile",
|
/aosp12/system/extras/simpleperf/ |
H A D | Android.bp | 397 // In the NDK we need libdexfile_static which links libdexfile and 399 // must use libdexfile_support, which dlopen's libdexfile.so from
|
/aosp12/art/openjdkjvmti/ |
H A D | Android.bp | 117 "libdexfile",
|
/aosp12/art/profman/ |
H A D | Android.bp | 98 "libdexfile",
|
/aosp12/art/libartpalette/ |
H A D | Android.bp | 52 // libdexfile hence depends on the source instead.
|
/aosp12/art/oatdump/ |
H A D | Android.bp | 70 "libdexfile",
|
/aosp12/art/odrefresh/ |
H A D | Android.bp | 47 "libdexfile",
|
/aosp12/art/test/ |
H A D | Android.bp | 247 "libdexfile", 327 "libdexfile", 393 "libdexfile", 475 "libdexfile", 544 "libdexfile", 711 "libdexfile", 762 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are
|
/aosp12/art/ |
H A D | Android.mk | 525 lib/libdexfile.so \ 555 lib64/libdexfile.so \
|
/aosp12/art/runtime/ |
H A D | Android.bp | 585 "libdexfile", 589 "libdexfile",
|
/aosp12/art/compiler/ |
H A D | Android.bp | 230 "libdexfile",
|
/aosp12/art/dex2oat/ |
H A D | Android.bp | 292 "libdexfile",
|
/aosp12/art/build/apex/ |
H A D | Android.bp | 53 "libdexfile",
|
123