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

  /external/valgrind/main/exp-bbv/
bbv_main.c 208 static VG_REGPARM(1) void per_instruction_BBV(struct BB_info *bbInfo)
212 tl_assert(bbInfo);
220 bbInfo->inst_counter[current_thread]+=n_instrs;
246 static VG_REGPARM(1) void per_instruction_BBV_fldcw(struct BB_info *bbInfo)
250 tl_assert(bbInfo);
261 bbInfo->inst_counter[current_thread]+=n_instrs;
355 struct BB_info *bbInfo;
386 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr);
388 if (bbInfo==NULL) {
394 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info))
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 116 DFSInfo bbInfo = info[in.getIndex()];
117 DFSInfo ancestorbbInfo = info[bbInfo.ancestor.getIndex()];
154 DFSInfo bbInfo = info[v.getIndex()];
156 if (bbInfo.ancestor == null) {
161 return bbInfo.rep;
259 DFSInfo bbInfo = new DFSInfo();
260 bbInfo.semidom = ++dfsNum;
261 bbInfo.rep = v;
262 bbInfo.parent = parent;
264 info[v.getIndex()] = bbInfo;
    [all...]

Completed in 149 milliseconds