Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 10 of 10) 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/tools/dmtracedump/
DAndroid.bp15 // Java method trace dump tool
/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.txt89 tool will extract ordering info from the VM sources.
97 The starting label will be provided by the generation tool, as will
100 some of the pseudo-ops emitted by the generation tool).
139 The generation tool does *not* print a warning if your instructions
/art/tools/bisection_search/
DREADME.md4 Bisection Bug Search is a tool for finding compiler optimizations bugs. It
/art/tools/jfuzz/
DREADME.md4 JFuzz is a tool for generating random programs with the objective
/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/tools/
Dart144 LAUNCH_WRAPPER="valgrind --tool=callgrind"
/art/cmdline/
DREADME.md6 This directory contains the classes that do common command line tool initialization and parsing. The