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

  /external/valgrind/main/callgrind/
context.c 90 /* double size of cxt table */
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt)
159 if (hash != cxt->hash) return False;
161 count = cxt->size;
162 cxt_fn = &(cxt->fn[0]);
177 Context* cxt; local
196 cxt = (Context*) CLG_MALLOC("cl.context.nc.1",
205 cxt->fn[offset] = *fn;
212 cxt->size = size;
213 cxt->base_number = CLG_(stat).context_counter
237 Context* cxt; local
    [all...]
bbcc.c 88 CLG_ASSERT(bbcc->cxt != 0);
89 CLG_DEBUG(1, " zero_bbcc: BB %#lx, Cxt %d "
92 bbcc->cxt->base_number + bbcc->rec_index,
93 bbcc->cxt->fn[0]->name,
123 for(j=0;j<bbcc->cxt->fn[0]->separate_recursions;j++) {
145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size)
148 CLG_ASSERT(cxt != 0);
150 return ((Addr)bb + (Addr)cxt) % size;
157 BBCC* lookup_bbcc(BB* bb, Context* cxt)
163 if (bbcc->cxt == cxt)
    [all...]
debug.c 58 void print_mangled_cxt(Context* cxt, int rec_index)
62 if (!cxt)
65 VG_(printf)("%s", cxt->fn[0]->name);
68 for(i=1;i<cxt->size;i++)
69 VG_(printf)("'%s", cxt->fn[i]->name);
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index)
82 if (cxt) {
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
86 VG_(printf)("Cxt %d" ,cxt->base_number + rec_index)
    [all...]
dump.c 141 p->cxt = 0;
255 Context* cxt, int rec_index)
265 if (cxt_dumped[cxt->base_number+rec_index]) {
267 tag, cxt->base_number + rec_index);
274 for(i=cxt->size;i>0;i--) {
275 CLG_ASSERT(cxt->fn[i-1]->pure_cxt != 0);
276 n = cxt->fn[i-1]->pure_cxt->base_number;
279 tag, n, cxt->fn[i-1]->name);
283 last = cxt->fn[i-1]->pure_cxt;
286 if ((last == cxt) && (rec_index == 0)) return
    [all...]
callstack.c 58 s->entry[0].cxt = 0; /* for assertion in push_cxt() */
204 fn_node* to_fn = to->cxt->fn[0];
213 CLG_ASSERT(current_entry->cxt != 0);
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++;
258 current_entry->cxt = 0;
337 fn_node* to_fn = jcc->to->cxt->fn[0];
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
359 CLG_(current_state).cxt = lower_entry->cxt;
362 CLG_ASSERT(CLG_(current_state).cxt != 0)
    [all...]
threads.c 110 /* t->states.entry[0]->cxt = CLG_(get_cxt)(t->fns.bottom); */
256 if (CLG_(current_state).cxt) {
258 fn_number = CLG_(current_state).cxt->fn[0]->number;
262 CLG_(current_state).cxt->fn[0]->name, *pactive);
315 es->cxt = 0;
413 es->cxt = CLG_(current_state).cxt;
438 CLG_(current_state).cxt = es->cxt;
450 CLG_(print_cxt)(-9, es->cxt, 0)
    [all...]
global.h 396 Context* cxt; /* execution context of this BBCC */ member in struct:_BBCC
496 Context* cxt; /* context before call */ member in struct:_call_entry
524 Context* cxt; member in struct:_exec_state
648 Context* cxt; member in struct:_FnPos
765 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
879 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);
main.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 2593 Context cxt = mView.getContext(); local
    [all...]

Completed in 484 milliseconds