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

/external/valgrind/main/coregrind/
H A Dm_transtab.c758 TTEntry* to_tte = index_tte(to_sNo, to_tteNo); local
759 void* host_code = ((UChar*)to_tte->tcptr)
825 InEdgeArr__add(&to_tte->in_edges, &ie);
913 TTEntry* to_tte = index_tte(oe->to_sNo, oe->to_tteNo); local
914 m = InEdgeArr__size(&to_tte->in_edges);
917 InEdge* ie = InEdgeArr__index(&to_tte->in_edges, j);
923 InEdgeArr__deleteIndex(&to_tte->in_edges, j);

Completed in 75 milliseconds