Searched refs:call_cache (Results 1 - 1 of 1) sorted by path

/seL4-l4v-master/graph-refine/
H A Dstack_logic.py1064 call_cache = {} variable
1071 if not call_cache:
1073 call_cache[f] = False
1078 call_cache[fun.nodes[n].fname] = True
1079 return call_cache[c_fun]

Completed in 90 milliseconds