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

/external/valgrind/main/coregrind/
H A Dm_transtab.c878 TTEntry* here_tte = index_tte(here_sNo, here_tteNo); local
881 here_tte->entry, here_tte->tcptr);
882 vg_assert(here_tte->status == InUse);
884 /* Visit all InEdges owned by here_tte. */
885 n = InEdgeArr__size(&here_tte->in_edges);
887 InEdge* ie = InEdgeArr__index(&here_tte->in_edges, i);
889 UChar* here_slow_EP = (UChar*)here_tte->tcptr;
907 /* Visit all OutEdges owned by here_tte. */
908 n = OutEdgeArr__size(&here_tte
[all...]

Completed in 88 milliseconds