Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 25) sorted by relevance

/art/runtime/
Dprebuilt_tools_test.cc33 for (const char* tool : tools) { in CheckToolsExist() local
35 std::string exec_path = tools_dir + tool; in CheckToolsExist()
37 ADD_FAILURE() << "Cannot find " << tool << " in " << tools_dir; in CheckToolsExist()
/art/test/testrunner/
Denv.py136 for tool in ['dx', 'smali', 'jasmin', 'd8']:
137 os.environ.setdefault(tool.upper(), HOST_OUT_EXECUTABLES + '/' + tool)
/art/tools/jfuzz/
DAndroid.bp15 // Fuzzer tool.
DREADME.md4 JFuzz is a tool for generating random programs with the objective
/art/tools/
Dhost_bcp.sh20 host_bcp <image> | xargs <art-host-tool> ...
/art/tools/dmtracedump/
DAndroid.bp15 // Java method trace dump tool
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/titrace/
DAndroid.bp28 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
DREADME.md3 Titrace is a bytecode instruction tracing tool that uses JVMTI and works on both ART and the RI.
/art/adbconnection/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/dt_fd_forward/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it needs to be same
/art/tools/jvmti-agents/jit-load/
DAndroid.bp27 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/imgdiag/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/runtime/interpreter/mterp/
DREADME.txt23 The starting label will be provided by the generation tool, as will
37 The generation tool does *not* print a warning if your instructions
/art/tools/jvmti-agents/simple-force-redefine/
DAndroid.bp24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/tracefast-plugin/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/hiddenapi/
DREADME.md4 This tool iterates over all class members inside given DEX files and modifies
/art/tools/bisection_search/
DREADME.md4 Bisection Bug Search is a tool for finding compiler optimizations bugs. It
/art/tools/checker/
DREADME1 Checker is a testing tool which compiles a given test file and compares the
/art/tools/dexfuzz/
DREADME4 DexFuzz is primarily a tool for fuzzing DEX files. Fuzzing is the introduction of
/art/cmdline/
DREADME.md6 This directory contains the classes that do common command line tool initialization and parsing. The