Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 10 of 10) sorted by relevance

/art/test/utils/
Dget-device-test-native-lib-path19 Determine the 32- or 64-bit architecture of a device and print the path to
23 $0 --32 Select the 32-bit architecture
24 $0 --64 Select the 64-bit architecture
Dget-device-isa19 Determine and print the 32- or 64-bit architecture of a device.
22 $0 --32 Select the 32-bit architecture
23 $0 --64 Select the 64-bit architecture
/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java39 protected Architecture architecture; field in Executor
44 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture, in Executor() argument
56 this.architecture = architecture; in Executor()
104 commandBuilder.append("--instruction-set=").append(architecture.asString()); in verifyOnHost()
164 device.cleanCodeCache(architecture, testLocation, programName); in prepareProgramForExecution()
212 return architecture; in getArchitecture()
DDevice.java259 private String getCacheLocation(Architecture architecture) { in getCacheLocation() argument
262 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
264 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
274 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache() argument
275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache()
/art/tools/checker/
DREADME71 A group of check lines can be made architecture-specific by inserting '-<arch>'
81 'CHECK-START' keyword. Any listed architecture will match in that case,
/art/compiler/
DAndroid.bp18 // architecture into its own category. Currently we just include all of the 32bit variant in the
420 // These tests are testing architecture-independent
/art/compiler/utils/
Dassembler_test_base.h45 AssemblerTestInfrastructure(std::string architecture, in AssemblerTestInfrastructure() argument
53 architecture_string_(architecture), in AssemblerTestInfrastructure()
/art/runtime/interpreter/mterp/
DREADME.txt4 All the architecture-specific template files are concatenated to create
/art/libnativeloader/
DREADME.md32 with the [VNDK-SP](https://source.android.com/devices/architecture/vndk#sp-hal)
/art/tools/signal_dumper/
Dsignal_dumper.cc381 #error Unsupported architecture in DumpABI()