Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 9 of 9) sorted by relevance

/art/test/712-varhandle-invocations/
Dinfo.txt1 Generates and runs tests that invoke VarHandle accessor methods.
/art/test/537-checker-debuggable/
Dinfo.txt1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
/art/test/708-jit-cache-churn/
Dinfo.txt1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
/art/test/1947-breakpoint-redefine-deopt/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/994-breakpoint-line/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/537-checker-debuggable/smali/
DTestCase.smali21 # Checker runs the correct test for each compilation mode.
/art/tools/
Drun-libcore-tests.sh78 The script runs a hardcoded list of libcore test packages by default. The user
/art/tools/jvmti-agents/titrace/
DREADME.md46 ##### Option 1: Attach the agent before any app code runs.
/art/runtime/gc/allocator/
Drosalloc.cc1021 std::vector<Run*> runs; in BulkFree() local
1023 std::unordered_set<Run*, hash_run, eq_run> runs; in BulkFree() local
1090 runs.push_back(run); in BulkFree()
1093 runs.insert(run); in BulkFree()
1101 for (Run* run : runs) { in BulkFree()
1747 std::vector<Run*> runs; in Verify() local
1829 runs.push_back(run); in Verify()
1865 for (auto& run : runs) { in Verify()