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

/external/valgrind/coregrind/
H A Dm_transtab.c804 TTEntry* to_tte = index_tte(to_sNo, to_tteNo); local
805 void* host_code = ((UChar*)to_tte->tcptr)
871 InEdgeArr__add(&to_tte->in_edges, &ie);
960 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo); local
961 m = InEdgeArr__size(&to_tte->in_edges);
964 InEdge* ie = InEdgeArr__index(&to_tte->in_edges, j);
970 InEdgeArr__deleteIndex(&to_tte->in_edges, j);

Completed in 243 milliseconds