/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | DexFile.java | 551 String instructionSet, String compilerFilter, boolean newProfile, boolean downgrade) in getDexOptNeeded() 590 …@NonNull String instructionSet, @NonNull String compilerFilter, @Nullable String classLoaderContex… in getDexOptNeeded() 602 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus() 685 @NonNull String fileName, @NonNull String instructionSet) throws FileNotFoundException { in getDexFileOptimizationInfo() 703 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus() 717 … @Nullable String[] getDexFileOutputPaths(@NonNull String fileName, @NonNull String instructionSet) in getDexFileOutputPaths()
|
H A D | ZygoteHooks.java | 193 boolean isChildZygote, String instructionSet) { in postForkChild() 260 String instructionSet); in nativePostForkChild()
|
/aosp_15_r20/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 62 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 74 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 94 @utf8InCpp String instructionSet); in createOatDir() 98 @utf8InCpp String instructionSet, @utf8InCpp String outputPath); in moveAb() 100 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in deleteOdex() 133 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in getOdexVisibility()
|
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-java-source/gen/com/android/server/art/ |
D | IArtd.java | 42 …DexoptStatusResult getDexoptStatus(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptStatus() 156 …DexoptNeededResult getDexoptNeeded(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptNeeded() 177 …t.OutputArtifacts outputArtifacts, java.lang.String dexFile, java.lang.String instructionSet, java… in dexopt() 808 …DexoptStatusResult getDexoptStatus(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptStatus() 1091 …DexoptNeededResult getDexoptNeeded(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptNeeded() 1130 …t.OutputArtifacts outputArtifacts, java.lang.String dexFile, java.lang.String instructionSet, java… in dexopt() 1607 …DexoptStatusResult getDexoptStatus(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptStatus() 1690 …DexoptNeededResult getDexoptNeeded(java.lang.String dexFile, java.lang.String instructionSet, java… in getDexoptNeeded() 1708 …t.OutputArtifacts outputArtifacts, java.lang.String dexFile, java.lang.String instructionSet, java… in dexopt()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/cmds/installd/installd/android_arm64_armv8-2a_cortex-a55/gen/aidl/android/os/ |
D | BnInstalld.h | 137 …ageName, const ::std::string& instructionSet, int32_t dexoptNeeded, const ::std::optional<::std::s… in dexopt() 143 …binder::Status rmdex(const ::std::string& codePath, const ::std::string& instructionSet) override { in rmdex() 179 …::string& packageName, const ::std::string& oatDir, const ::std::string& instructionSet) override { in createOatDir() 185 …::string& apkPath, const ::std::string& instructionSet, const ::std::string& outputPath) override { in moveAb() 188 …const ::std::string& instructionSet, const ::std::optional<::std::string>& outputPath, int64_t* _a… in deleteOdex() 230 …kPath, const ::std::string& instructionSet, const ::std::optional<::std::string>& outputPath, int3… in getOdexVisibility()
|
D | IInstalld.cpp | 847 …ring& packageName, const ::std::string& instructionSet, int32_t dexoptNeeded, const ::std::optiona… in dexopt() 979 …der::Status BpInstalld::rmdex(const ::std::string& codePath, const ::std::string& instructionSet) { in rmdex() 1491 …nst ::std::string& packageName, const ::std::string& oatDir, const ::std::string& instructionSet) { in createOatDir() 1579 …nst ::std::string& apkPath, const ::std::string& instructionSet, const ::std::string& outputPath) { in moveAb() 1625 … apkPath, const ::std::string& instructionSet, const ::std::optional<::std::string>& outputPath, i… in deleteOdex() 2261 …string& apkPath, const ::std::string& instructionSet, const ::std::optional<::std::string>& output… in getOdexVisibility()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | Zygote.java | 370 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 400 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 438 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess() 468 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess() 1170 boolean isZygote, String instructionSet) { in callPostForkChildHooks() 1453 @Nullable String instructionSet, in getMemorySafetyRuntimeFlags()
|
H A D | WrapperInit.java | 108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
/aosp_15_r20/art/artd/binder/com/android/server/art/ |
H A D | IArtd.aidl | 44 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptStatus() 151 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in getDexoptNeeded() 174 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in dexopt()
|
/aosp_15_r20/art/test/118-noimage-dex2oat/src/ |
H A D | Main.java | 24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local 66 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { in isBootClassPathOnDisk()
|
/aosp_15_r20/libcore/support/src/test/java/libcore/java/security/ |
H A D | CpuFeatures.java | 86 String instructionSet = VMRuntime.getCurrentInstructionSet(); in currentInstructionSet() local 125 InstructionSet instructionSet = InstructionSet.currentInstructionSet(); in isKnownToSupportHardwareAes() local
|
/aosp_15_r20/libcore/libart/src/main/java/dalvik/system/ |
H A D | VMRuntime.java | 917 final String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local 935 public static boolean is64BitInstructionSet(String instructionSet) { in is64BitInstructionSet() 961 public static native boolean isBootClassPathOnDisk(String instructionSet); in isBootClassPathOnDisk()
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 348 @Nullable String instructionSet, in start() 633 @Nullable String instructionSet, in startViaZygote() 1292 String instructionSet, in startChildZygote()
|
H A D | Process.java | 741 @Nullable String instructionSet, in start() 773 @Nullable String instructionSet, in startWebView()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 595 public boolean dexopt(String apkPath, int uid, String pkgName, String instructionSet, in dexopt() 701 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb() 885 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet()
|
H A D | InstructionSets.java | 92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
H A D | PackageAbiHelperImpl.java | 594 final String instructionSet = in getAdjustedAbiForSharedUser() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 343 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local 465 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in checkAlignmentForCompatMode() local
|
/aosp_15_r20/art/test/846-multidex-data-image/src-art/ |
H A D | Main.java | 65 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
|
/aosp_15_r20/art/tools/compiler-explorer/config/ |
H A D | kotlin.local.properties | 5 instructionSet=java key
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 2297 const std::string& instructionSet) { in rmdex() 3269 const std::string& instructionSet, int32_t dexoptNeeded, in dexopt() 3498 const std::string& instructionSet) { in createOatDir() 3574 const std::string& instructionSet, in moveAb() 3592 const std::string& instructionSet, in deleteOdex() 3955 const std::string& instructionSet, const std::optional<std::string>& outputPath, in getOdexVisibility()
|
/aosp_15_r20/art/test/845-data-image/src-art/ |
H A D | Main.java | 194 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local
|
/aosp_15_r20/art/test/odsign/test-src/com/android/tests/odsign/ |
H A D | OdsignTestUtils.java | 315 String instructionSet = ABI_TO_INSTRUCTION_SET_MAP.get(abi); in getInstructionSet() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | trim_capabilities_pass.cpp | 561 spv_ext_inst_type_t instructionSet = in addInstructionRequirementsForExtInst() local
|
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-java/android_common_apex31/javac/ |
D | artd-aidl-java.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |