HomeSort by relevance Sort by last modified time
    Searched refs:startRegs (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/
pub_core_stacktrace.h 57 const UnwindStartRegs* startRegs,
m_stacktrace.c 162 const UnwindStartRegs* startRegs,
212 uregs.xip = (Addr)startRegs->r_pc;
213 uregs.xsp = (Addr)startRegs->r_sp;
214 uregs.xbp = startRegs->misc.X86.r_ebp;
507 const UnwindStartRegs* startRegs,
520 uregs.xip = startRegs->r_pc;
521 uregs.xsp = startRegs->r_sp;
522 uregs.xbp = startRegs->misc.AMD64.r_rbp;
724 const UnwindStartRegs* startRegs,
742 Addr ip = (Addr)startRegs->r_pc
    [all...]
m_libcassert.c 351 UnwindStartRegs startRegs;
352 VG_(memset)(&startRegs, 0, sizeof(startRegs));
355 GET_STARTREGS(&startRegs);
357 startRegs = *startRegsIN;
368 &startRegs, stacktop
497 const UnwindStartRegs* startRegs )
502 report_and_quit(report, startRegs);
505 void VG_(core_panic_at) ( const HChar* str, const UnwindStartRegs* startRegs )
507 panic("valgrind", VG_BUGS_TO, str, startRegs);
    [all...]
m_signals.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 259 // startRegs[blockid] is the register state at the start of merge blocks.
261 startRegs [][]startReg
614 s.startRegs = make([][]startReg, f.NumBlocks())
978 s.startRegs[b.ID] = regList
982 for _, x := range s.startRegs[b.ID] {
1000 // Note that we do this phase after startRegs is set above, so that
1005 for _, x := range s.startRegs[succ.ID] {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 259 // startRegs[blockid] is the register state at the start of merge blocks.
261 startRegs [][]startReg
614 s.startRegs = make([][]startReg, f.NumBlocks())
978 s.startRegs[b.ID] = regList
982 for _, x := range s.startRegs[b.ID] {
1000 // Note that we do this phase after startRegs is set above, so that
1005 for _, x := range s.startRegs[succ.ID] {
    [all...]

Completed in 113 milliseconds