Searched refs:sb_in (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc195 CSecBufferBundle<2> sb_in; local
196 sb_in[0].BufferType = SECBUFFER_TOKEN;
197 sb_in[0].cbBuffer = static_cast<unsigned long>(impl_->inbuf.size());
198 sb_in[0].pvBuffer = &impl_->inbuf[0];
199 //DescribeBuffers(LS_VERBOSE, "Input Buffer ", sb_in.desc());
208 flags, 0, 0, sb_in.desc(), 0,
211 return ProcessContext(ret, sb_in.desc(), sb_out.desc());
584 CSecBufferBundle<1> sb_in; local
585 sb_in[0].BufferType = SECBUFFER_TOKEN;
586 sb_in[
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1068 ( IRSB* sb_in,
1103 of other breaks in the same sb_in while the process is stopped), a
1106 (IRSB* sb_in, /* block being translated */
1181 (IRSB* sb_in,
1187 if (sb_in->next->tag == Iex_Const) {
1189 sb_in->next->Iex.Const.con->Ico.U64
1190 : sb_in->next->Iex.Const.con->Ico.U32);
1191 } else if (sb_in->next->tag == Iex_RdTmp) {
1193 (sb_in, layout, vge, sb_in
1067 add_stmt_call_invalidate_if_not_gdbserved( IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRTemp jmp, IRSB* irsb) argument
1105 add_stmt_call_gdbserver(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1180 add_stmt_call_invalidate_exit_target_if_not_gdbserved(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRSB* irsb) argument
1199 instrument_for_gdbserver_if_needed(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h120 returns sb_in
122 It will instrument sb_in to allow gdbserver to properly
123 handle breakpoints and single_stepping in sb_in.
124 All the target jumps of sb_in will also be invalidated
144 (IRSB* sb_in, /* block to be instrumented */
H A Dm_translate.c222 IRSB* sb_in,
231 sb_in,
263 IRSB* sb_in,
285 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv);
286 bb->next = deepCopyIRExpr(sb_in->next);
287 bb->jumpkind = sb_in->jumpkind;
288 bb->offsIP = sb_in->offsIP;
388 for (i = 0; i < sb_in->stmts_used; i++) {
390 st = sb_in->stmts[i];
643 } /* for (i = 0; i < sb_in
221 tool_instrument_then_gdbserver_if_needed( VgCallbackClosure* closureV, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, VexArchInfo* vai, IRType gWordTy, IRType hWordTy ) argument
262 vg_SP_update_pass( void* closureV, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, VexArchInfo* vai, IRType gWordTy, IRType hWordTy ) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c5965 IRSB* sb_in,
5996 sb_out = deepCopyIRSBExceptStmts(sb_in);
6025 for (i = 0; i < sb_in->tyenv->types_used; i++) {
6032 tl_assert( VG_(sizeXA)( mce.tmpMap ) == sb_in->tyenv->types_used );
6042 for (i = 0; i < sb_in->stmts_used; i++) {
6044 st = sb_in->stmts[i];
6064 tl_assert(mce.sb != sb_in);
6067 while (i < sb_in->stmts_used && sb_in->stmts[i]->tag != Ist_IMark) {
6069 st = sb_in
5964 instrument( VgCallbackClosure* closure, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
[all...]
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h117 // IRSB* sb_in is the incoming superblock to be instrumented,
220 IRSB* sb_in,

Completed in 999 milliseconds