Searched refs:kill (Results 1 - 15 of 15) sorted by relevance

/art/test/144-static-field-sigquit/src/
H A DSigQuit.java21 private final static Method kill; field in class:SigQuit
38 killTemp = osClass.getDeclaredMethod("kill", int.class, int.class);
47 kill = killTemp;
52 kill.invoke(null, pid, sigquit);
/art/runtime/
H A Druntime_linux.cc53 kill(getpid(), signal_number);
H A Dnative_stack_dump.cc79 kill(child_pid, SIGKILL);
87 const pid_t child_pid; // The pid of the child, which we should kill when we're done.
H A Druntime_callbacks_test.cc347 kill(getpid(), SIGQUIT);
/art/test/933-misc-events/
H A Dmisc_events.cc58 kill(getpid(), SIGQUIT);
/art/test/137-cfi/
H A Dcfi.cc51 kill(getpid(), SIGSEGV);
97 int res = kill(pid, SIGQUIT);
223 kill(pid, SIGKILL);
227 kill(pid, SIGSTOP);
286 kill(pid, SIGKILL);
/art/tools/jfuzz/
H A Drun_jfuzz_test_nightly.py59 proc.kill()
/art/test/004-SignalTest/
H A Dsignaltest.cc146 kill(getpid(), SIGSEGV);
/art/compiler/optimizing/
H A Dliveness_test.cc66 BitVector* kill = liveness.GetKillSet(*block); local
67 DumpBitVector(kill, buffer, ssa_values, " kill: ");
77 " kill: (1)\n"
81 " kill: (0)\n"
85 " kill: (0)\n";
100 " kill: (1)\n"
104 " kill: (0)\n"
108 " kill: (0)\n";
122 " kill
[all...]
H A Dssa_liveness_analysis.cc95 // Compute the live ranges, as well as the initial live_in, live_out, and kill sets.
143 BitVector* kill = GetKillSet(*block); local
184 kill->SetBit(current->GetSsaIndex());
230 kill->SetBit(current->GetSsaIndex());
260 // The live_in set depends on the kill set (which does not
288 BitVector* kill = GetKillSet(block); local
293 return live_in->UnionIfNotIn(live_out, kill);
/art/test/004-ThreadStress/src/
H A DMain.java77 private final static Method kill; field in class:Main.SigQuit
94 killTemp = osClass.getDeclaredMethod("kill", int.class, int.class);
101 kill = killTemp;
107 kill.invoke(null, pid, sigquit);
/art/test/115-native-bridge/
H A Dnativebridge.cc204 kill(getpid(), SIGSEGV);
224 kill(getpid(), SIGILL);
/art/dexlayout/
H A Ddexdiag.cc472 if (*endptr != '\0' || kill(pid, 0) != 0) {
/art/tools/common/
H A Dcommon.py454 # We need to make sure to only kill logcat once all relevant logs arrive.
457 logcat_proc.kill()
/art/imgdiag/
H A Dimgdiag.cc1090 if (kill(image_diff_pid_,

Completed in 456 milliseconds