Home
last modified time | relevance | path

Searched refs:old_ip (Results 1 – 6 of 6) sorted by relevance

/external/libunwind/src/x86/
DGstep.c40 unw_word_t old_ip = c->dwarf.ip; in unw_step() local
135 if (old_ip == c->dwarf.ip && old_cfa == c->dwarf.cfa) in unw_step()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_compact.c1286 compacted_between(int old_ip, int old_target_ip, int *compacted_counts) in compacted_between() argument
1288 int this_compacted_count = compacted_counts[old_ip]; in compacted_between()
1417 int old_ip[(p->next_insn_offset - start_offset) / sizeof(brw_compact_inst)]; in brw_compact_instructions() local
1429 old_ip[offset / sizeof(brw_compact_inst)] = src_offset / sizeof(brw_inst); in brw_compact_instructions()
1456 old_ip[offset / sizeof(brw_compact_inst)] = src_offset / sizeof(brw_inst); in brw_compact_instructions()
1476 int this_old_ip = old_ip[offset / sizeof(brw_compact_inst)]; in brw_compact_instructions()
1569 while (start_offset + old_ip[offset / sizeof(brw_compact_inst)] * in brw_compact_instructions()
1571 assert(start_offset + old_ip[offset / sizeof(brw_compact_inst)] * in brw_compact_instructions()
/external/libunwind/src/x86_64/
DGstep.c69 unw_word_t old_ip = c->dwarf.ip; in unw_step() local
235 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa) in unw_step()
/external/libunwind/src/mips/
DGstep.c124 unw_word_t old_ip = c->dwarf.ip; in unw_step() local
141 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa) in unw_step()
/external/libunwind/src/aarch64/
DGstep.c115 unw_word_t old_ip = c->dwarf.ip; in unw_step() local
155 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa) in unw_step()
/external/libunwind/src/arm/
DGstep.c200 unw_word_t old_ip = c->dwarf.ip; in unw_step() local
316 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa) in unw_step()