Searched refs:runs (Results 1 – 10 of 10) sorted by relevance
1 Generates and runs tests that invoke VarHandle accessor methods.
1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
5 paths and then runs the function, receiving the breakpoint events.
21 # Checker runs the correct test for each compilation mode.
78 The script runs a hardcoded list of libcore test packages by default. The user
272 # (Oat directories are cleaned up in between runs)
46 ##### Option 1: Attach the agent before any app code runs.
1021 std::vector<Run*> runs; in BulkFree() local1023 std::unordered_set<Run*, hash_run, eq_run> runs; in BulkFree() local1090 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() local1829 runs.push_back(run); in Verify()1865 for (auto& run : runs) { in Verify()