Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 10 of 10) 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/994-breakpoint-line/
Dinfo.txt5 paths and then runs the function, receiving the breakpoint events.
/art/test/1947-breakpoint-redefine-deopt/
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/test/
DREADME.atest.md74 4. runs the tests; and
116 4. runs the tests within the `chroot` environment; and
/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()
/art/runtime/
Dmutator_gc_coord.md32 running Java code. When it runs native code, or is blocked in a kernel call, it
117 that runs a checkpoint function on behalf of each thread, either by using