Searched refs:Process (Results 1 - 13 of 13) sorted by relevance

/art/test/137-cfi/src/
H A DMain.java95 Process p = exec(secCmdLine);
122 private static Process exec(String[] args) {
130 private static int getPid(Process p) {
133 if (s.startsWith("Process[pid=")) {
134 return Integer.parseInt(s.substring("Process[pid=".length(), s.indexOf(",")));
/art/test/063-process-manager/src/
H A DMain.java18 Process proc = pb.start();
/art/tools/dexfuzz/src/dexfuzz/executors/
H A DDevice.java100 Process process = pb.start();
188 Process process = processBuilder.start();
/art/tools/
H A Dstream-trace-converter.py136 def Process(self, input, body): member in class:Rewriter
169 self.Process(input, body)
/art/test/071-dexfile/src/
H A DMain.java50 Process p = pb.start();
/art/tools/dexfuzz/src/dexfuzz/listeners/
H A DUniqueProgramTrackerListener.java142 Process process =
172 Process process =
/art/test/130-hprof/src/
H A DMain.java70 Process process = pb.start();
/art/compiler/utils/
H A Dassembler.cc76 fixup->Process(region, fixup->position());
86 // Process fixups in the instructions.
H A Dassembler.h48 virtual void Process(const MemoryRegion& region, int position) = 0;
268 // Process the fixup chain starting at the given fixup. The offset is
/art/runtime/gc/collector/
H A Dconcurrent_copying.h120 void Process(mirror::Object* obj, MemberOffset offset)
H A Dconcurrent_copying.cc409 // Process the mark stack once in the thread local stack mode. This marks most of the live
439 // Process weak references. This may produce new refs to process and have them processed via
450 // Process the mark stack here one last time because the above SweepSystemWeaks() call may have
976 // Process the thread-local mark stacks and the GC mark stack.
985 // Process the shared GC mark stack with a lock.
1016 // Process the GC mark stack in the exclusive mode. No need to take the lock.
1133 // Process the thread local mark stacks one last time after switching to the shared mark stack
1591 collector_->Process(obj, offset);
1627 // Process a field.
1628 inline void ConcurrentCopying::Process(mirro function in class:art::gc::collector::ConcurrentCopying
[all...]
/art/compiler/optimizing/
H A Dcode_generator_x86.cc2587 // Processing a Dex `Process a Dex `int-to-char'' instruction.
7232 void Process(const MemoryRegion& region, int pos) OVERRIDE {
H A Dcode_generator_x86_64.cc6658 void Process(const MemoryRegion& region, int pos) OVERRIDE {

Completed in 2090 milliseconds