Searched defs:run (Results 51 - 70 of 70) sorted by relevance

123

/art/test/003-omnibus-opcodes/src/
H A DStaticField.java28 public static void run() { method in class:StaticField
H A DClasses.java210 public static void run() { method in class:Classes
H A DFloatMath.java359 public static void run() { method in class:FloatMath
H A DMethodCall.java53 public static void run() { method in class:MethodCall
H A DIntMath.java575 public static void run() { method in class:IntMath
/art/test/137-cfi/src/
H A DMain.java60 new Main(args).run();
63 private void run() { method in class:Main
103 // Wait until the forked process had time to run until its sleep phase.
/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java153 public void run() { method in class:StreamConsumer
/art/test/074-gc-thrash/src/
H A DMain.java119 /* let everybody run for 10 seconds */
164 public void run() { method in class:Robin
204 public void run() { method in class:Deep
333 public void run() { method in class:Large
/art/test/079-phantom/src/
H A DBitmap.java134 public void run() { method in class:BitmapWatcher
/art/test/109-suspend-check/src/
H A DMain.java105 public void run() { method in class:InfiniteWhileLoopWithSpecialReturnArgOrConst
118 public void run() { method in class:InfiniteWhileLoopWithSpecialPutOrNop
132 public void run() { method in class:InfiniteWhileLoopWithSpecialConstOrIGet
145 public void run() { method in class:InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch
158 public void run() { method in class:InfiniteWhileLoopWithIntrinsic
169 public void run() { method in class:InfiniteDoWhileLoopWithLong
181 public void run() { method in class:InfiniteWhileLoop
190 public void run() { method in class:InfiniteDoWhileLoop
199 public void run() { method in class:InfiniteForLoop
208 public void run() { method in class:MakeGarbage
[all...]
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzer.java61 * most fuzzing will involve, and subclasses override the run() method, to
94 public abstract void run(); method in class:Fuzzer
375 // from run to run. If so, then we're probably executing something with either:
/art/test/004-ThreadStress/src/
H A DMain.java29 // Through run-test:
30 // test/run-test {run-test-args} 004-ThreadStress [Main {ThreadStress-args}]
472 public void run() {
508 public void run() {
548 public void run() { method in class:Main
577 public void run() { method in class:Main.Daemon
/art/runtime/jdwp/
H A Djdwp.h367 bool run; member in struct:art::JDWP::JdwpState
/art/test/023-many-interfaces/src/
H A DManyInterfaces.java188 public static void run(boolean timing) { method in class:ManyInterfaces
/art/test/046-reflect/src/
H A DMain.java123 public void run() { method in class:Main
459 // Loading a class constant shouldn't run <clinit>.
464 // Getting the declared fields doesn't run <clinit>.
481 // Loading a class constant shouldn't run <clinit>.
486 // Getting the declared methods doesn't run <clinit>.
745 test.run();
/art/runtime/gc/allocator/
H A Drosalloc.cc108 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex
128 // Find the lowest address free page run that's large enough.
138 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x"
153 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex
173 // There is a free page run at the end.
178 // There is no free page run at the end.
196 // There was a free page run at the end. Expand its size.
202 // Otherwise, insert a new free page run at the end.
212 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x"
224 // And retry the last free page run
507 Run* run = nullptr; local
763 FreeFromRun(Thread* self, void* ptr, Run* run) argument
1034 Run* run = nullptr; local
1280 Run* run = reinterpret_cast<Run*>(base_ + i * kPageSize); local
1337 Run* run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); local
1466 Run* run = reinterpret_cast<Run*>(base_ + i * kPageSize); local
1548 RevokeRun(Thread* self, size_t idx, Run* run) argument
1819 Run* run = reinterpret_cast<Run*>(base_ + i * kPageSize); local
2143 Run* run = reinterpret_cast<Run*>(base_ + i * kPageSize); local
[all...]
/art/runtime/
H A Dthread.h1042 void SetRosAllocRun(size_t index, void* run) { argument
1043 tlsPtr_.rosalloc_runs[index] = run;
1135 // Need to run pending checkpoint and suspend barriers. Run checkpoints in runnable state in
/art/test/083-compiler-regressions/src/
H A DMain.java9366 public void run() { method in class:SpinThread
/art/oatdump/
H A Doatdump.cc1327 size_t run = 0; local
1330 run++;
1335 if (run == 0) {
1338 indent_os << StringPrintf("%d to %zd: ", j, j + run);
1339 j = j + run;
1690 size_t run = 0; local
1693 run++;
1698 if (run == 0) {
1701 os << StringPrintf("%d to %zd: ", i, i + run);
1702 i = i + run;
1733 size_t run = 0; local
1764 size_t run = 0; local
[all...]
/art/test/125-gc-and-classloading/src/
H A DMain.java40 public void run() { method in class:Main.GcThread
57 public void run() { method in class:Main.ClassLoadingThread

Completed in 647 milliseconds

123