HomeSort by relevance Sort by last modified time
    Searched refs:Kill (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /system/core/libmemunreachable/
PtracerThread.h 42 void Kill();
PtracerThread.cpp 86 Kill();
139 void PtracerThread::Kill() {
  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 88 // determined, the range from the block start to Kill will be added to LI.
89 SlotIndex Kill;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
115 SlotIndex Kill, unsigned PhysReg);
222 /// @param Kill Index in block where LI is killed. If the value is
223 /// live-through, set Kill = SLotIndex() and also call
227 SlotIndex Kill = SlotIndex()) {
228 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
    [all...]
LiveRangeCalc.cpp 146 // Clear all kill flags. They will be reinserted after register allocation
207 if (I.Kill.isValid())
209 End = I.Kill;
363 LiveIn.back().Kill = Use;
427 // The value may be live-through even if Kill is set, as can happen when
445 if (I.Kill.isValid())
446 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI));
456 if (I.Kill.isValid())
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterthreadmgr.h 20 virtual FWL_ERR Kill(FWL_HTHREAD hThread, int32_t iExitCode) = 0;
  /prebuilts/go/darwin-x86/test/
sigchld.go 15 syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
  /prebuilts/go/linux-x86/test/
sigchld.go 15 syscall.Kill(syscall.Getpid(), syscall.SIGCHLD)
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 41 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
50 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
57 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
60 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
96 syscall.Kill(syscall.Getpid(), syscall.SIGUSR1)
114 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
128 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
132 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
143 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
147 syscall.Kill(syscall.Getpid(), syscall.SIGHUP
    [all...]
example_test.go 18 signal.Notify(c, os.Interrupt, os.Kill)
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 41 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
50 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
57 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
60 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
96 syscall.Kill(syscall.Getpid(), syscall.SIGUSR1)
114 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
128 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
132 syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
143 syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
147 syscall.Kill(syscall.Getpid(), syscall.SIGHUP
    [all...]
example_test.go 18 signal.Notify(c, os.Interrupt, os.Kill)
  /external/valgrind/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 109 .addReg(ScratchOffset, RegState::Kill)
116 .addReg(ScratchOffset, RegState::Kill)
122 .addReg(ScratchOffset, RegState::Kill);
185 .addReg(ScratchBase, RegState::Kill)
186 .addReg(ScratchOffset, RegState::Kill)
192 .addReg(ScratchBase, RegState::Kill)
193 .addReg(ScratchOffset, RegState::Kill)
198 .addReg(ScratchBase, RegState::Kill)
199 .addReg(ScratchOffset, RegState::Kill);
  /external/v8/src/compiler/
control-flow-optimizer.cc 192 phi->Kill();
194 // Fix up IfTrue and IfFalse and kill all dead nodes.
197 matcher.IfFalse()->Kill();
198 matcher.IfTrue()->Kill();
199 branch->Kill();
200 cond->Kill();
201 merge->Kill();
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 14 // are Interrupt (send the process an interrupt) and Kill (force
18 Kill Signal = syscall.SIGKILL
52 func (p *Process) kill() error { func
53 return p.Signal(Kill)
exec_plan9.go 15 // are Interrupt (send the process an interrupt) and Kill (force
19 Kill Signal = syscall.Note("kill")
61 func (p *Process) kill() error { func
62 return p.signal(Kill)
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 14 // are Interrupt (send the process an interrupt) and Kill (force
18 Kill Signal = syscall.SIGKILL
52 func (p *Process) kill() error { func
53 return p.Signal(Kill)
exec_plan9.go 15 // are Interrupt (send the process an interrupt) and Kill (force
19 Kill Signal = syscall.Note("kill")
61 func (p *Process) kill() error { func
62 return p.signal(Kill)
  /external/libbrillo/brillo/
process.h 23 // process by pid or pid file, and kill the process. Upon destruction
136 // value based on whether kill was successful. If the process is a
139 virtual bool Kill(int signal, int timeout) = 0;
183 virtual bool Kill(int signal, int timeout);
process_mock.h 38 MOCK_METHOD2(Kill, bool(int signal, int timeout));
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 91 const bool Kill;
95 bool Kill)
96 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
110 return Kill;
507 bool Kill = false;
513 Kill = true;
515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
530 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
  /external/v8/test/mjsunit/regress/
regress-343609.js 58 // Kill add_field in new space GC.
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 621 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
624 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
630 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
634 .addReg(AdrOp.getReg(), RSA & ~RegState::Kill, AdrOp.getSubReg())
744 .addReg(Op1.getReg(), RS & ~RegState::Kill, Op1.getSubReg());
784 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
809 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
812 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR);
815 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR)
821 .addReg(Op1.getReg(), RS & ~RegState::Kill, LoSR
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 391 .addReg(NegSizeReg1, RegState::Kill);
396 .addReg(Reg, RegState::Kill)
416 .addReg(NegSizeReg1, RegState::Kill);
421 .addReg(Reg, RegState::Kill)
481 // an MFOCRF to save all of the CRBits and, if needed, kill the SrcReg.
493 .addReg(Reg1, RegState::Kill)
500 .addReg(Reg, RegState::Kill),
539 .addReg(Reg1, RegState::Kill).addImm(32-ShiftBits).addImm(0)
544 .addReg(Reg, RegState::Kill);
568 BuildMI(MBB, II, dl, TII.get(TargetOpcode::KILL),
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 168 .addReg(PreloadedScratchWaveOffsetReg, RegState::Kill);
186 .addReg(Lo, RegState::Kill);
188 .addReg(Hi, RegState::Kill);

Completed in 816 milliseconds

1 2 3 4 5 6 7 8