Home
last modified time | relevance | path

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

/art/test/537-checker-debuggable/
Dinfo.txt1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
/art/test/537-checker-debuggable/smali/
DTestCase.smali21 # Checker runs the correct test for each compilation mode.
/art/runtime/gc/allocator/
Drosalloc.cc1025 std::vector<Run*> runs; in BulkFree() local
1027 std::unordered_set<Run*, hash_run, eq_run> runs; in BulkFree() local
1094 runs.push_back(run); in BulkFree()
1097 runs.insert(run); in BulkFree()
1105 for (Run* run : runs) { in BulkFree()
1752 std::vector<Run*> runs; in Verify() local
1834 runs.push_back(run); in Verify()
1870 for (auto& run : runs) { in Verify()