/external/valgrind/coregrind/ |
D | m_execontext.c | 88 Addr ips[0]; member 122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips ); 146 Addr ips[1]; in init_ExeContext_storage() local 147 ips[0] = 0; in init_ExeContext_storage() 148 null_ExeContext = record_ExeContext_wrk2(ips, 1); in init_ExeContext_storage() 172 VG_(pp_StackTrace)( ec->ips, ec->n_ips ); in VG_() 208 VG_(pp_StackTrace)( ec->ips, ec->n_ips ); in VG_() 232 if (e1->ips[i] != e2->ips[i]) return False; in VG_() 243 if (e1->ips[i] != e2->ips[i]) return False; in VG_() 277 static UWord calc_hash ( const Addr* ips, UInt n_ips, UWord htab_sz ) in calc_hash() argument [all …]
|
D | m_stacktrace.c | 139 /*OUT*/Addr* ips, UInt max_n_ips, in VG_() 224 ips[0] = uregs.xip; in VG_() 252 ips[0] = uregs.xip; in VG_() 417 ips[i++] = uregs.xip - 1; in VG_() 420 VG_(printf)(" ips%s[%d]=0x%08lx\n", unwind_case, i-1, ips[i-1]); in VG_() 423 if (UNLIKELY(cmrf > 0)) {RECURSIVE_MERGE(cmrf,ips,i);}; in VG_() 457 /*OUT*/Addr* ips, UInt max_n_ips, in VG_() 505 ips[0] = uregs.xip; in VG_() 512 ips[0] = uregs.xip; in VG_() 527 ips[i] = *(Addr *)uregs.xsp - 1; in VG_() [all …]
|
D | pub_core_stacktrace.h | 55 /*OUT*/Addr* ips, UInt n_ips,
|
D | m_errormgr.c | 1030 StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where); in VG_() local 1032 ips[0], /*debugging*/True, 0xFE/*verbosity*/, in VG_() 1514 StackTrace ips; // stack trace we are lazily completing. member 1582 i, ip2fo->ips[i], in pp_ip2fo() 1611 VG_(pp_StackTrace) (ip2fo->ips, ip2fo->n_ips); in clearIPtoFunOrObjCompleter() 1674 if (!VG_(get_fnname_no_cxx_demangle)(ip2fo->ips[ixInput], in foComplete() 1695 if (!VG_(get_objname)(ip2fo->ips[pos_ips], &caller)) in foComplete() 1762 const Addr IP = ip2fo->ips[ip2fo->n_ips_expanded]; in expandInput() 1940 ip2fo.ips = VG_(get_ExeContext_StackTrace)(err->where); in is_suppressible_error()
|
D | m_libcassert.c | 329 Addr ips[BACKTRACE_DEPTH]; in show_sched_status_wrk() local 351 ips, BACKTRACE_DEPTH, in show_sched_status_wrk() 358 VG_(pp_StackTrace) (ips, n_ips); in show_sched_status_wrk()
|
D | m_addrinfo.c | 143 Addr ips[VG_(clo_backtrace_size)], in VG_() local 166 n_frames = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size), in VG_() 174 ai->Addr.Stack.IP = ips[f]; in VG_()
|
/external/clang/test/SemaCXX/ |
D | scope-check.cpp | 46 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 61 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 78 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 96 static void *ips[] = { &&lbl1, &&lbl2 }; in f() local 116 static void *ips[] = { &&lbl1, &&lbl2, &&lbl3, &&lbl4 }; in f() local 225 static void *ips[] = { &&l0 }; in f() local 238 static void *ips[] = { &&l0 }; in f() local 254 static void *ips[] = { &&l0 }; in f() local 268 static void *ips[] = { &&l0 }; in f() local 602 static void *ips[] = { &&l }; in indirect_jumps() local
|
/external/valgrind/include/ |
D | pub_tool_stacktrace.h | 62 /*OUT*/StackTrace ips, UInt n_ips, 75 StackTrace ips, UInt n_ips 79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
|
D | pub_tool_execontext.h | 114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | SealedObjectTest.java | 136 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, in testGetObject1() local 140 cipher.init(Cipher.ENCRYPT_MODE, key, ips); in testGetObject1() 171 IvParameterSpec ips = new IvParameterSpec(new byte[] { 1, 2, 3, 4, 5, in testGetObject2() local 175 cipher.init(Cipher.ENCRYPT_MODE, key, ips); in testGetObject2() 180 cipher.init(Cipher.DECRYPT_MODE, key, ips); in testGetObject2()
|
/external/valgrind/massif/ |
D | ms_main.c | 822 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) in get_IPs() argument 847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate, in get_IPs() 863 if (VG_(get_fnname)(ips[i], &buf)) { in get_IPs() 874 ips[i] = ips[i + n_alloc_fns_removed]; in get_IPs() 894 static Addr ips[MAX_IPS]; in get_XCon() local 899 Int n_ips = get_IPs(tid, exclude_first_entry, ips); in get_XCon() 903 if (n_ips > 0 && fn_should_be_ignored(ips[0])) { in get_XCon() 909 Addr ip = ips[i]; in get_XCon()
|
/external/valgrind/helgrind/ |
D | hg_errors.h | 66 void HG_(print_access) (StackTrace ips, UInt n_ips,
|
D | libhb.h | 162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
|
D | hg_errors.c | 1273 void HG_(print_access) (StackTrace ips, UInt n_ips, in HG_() 1310 VG_(pp_StackTrace) (ips, n_ips); in HG_()
|
/external/linux-tools-perf/src/tools/perf/ |
D | perf.h | 179 u64 ips[0]; member
|
D | design.txt | 390 * u64 ips[nr]; } && PERF_RECORD_CALLCHAIN
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 274 private Set intersectIP(Set permitted, Set ips) in intersectIP() argument 277 for (Iterator it = ips.iterator(); it.hasNext();) in intersectIP() 1858 private String stringifyIPCollection(Set ips) in stringifyIPCollection() argument 1862 for (Iterator it = ips.iterator(); it.hasNext();) in stringifyIPCollection()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | sample-parsing.c | 80 COMP(callchain->ips[i]); in samples_same()
|
/external/v8/tools/ |
D | ll_prof.py | 672 sample.ips = [] 675 sample.ips.append( 977 for ip in sample.ips:
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | machine.c | 1288 ip = chain->ips[i]; in machine__resolve_callchain_sample() 1290 ip = chain->ips[chain->nr - i - 1]; in machine__resolve_callchain_sample()
|
D | session.c | 721 i, sample->callchain->ips[i]); in callchain__printf()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 3627 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; in VG_() local 3740 n_frames = VG_(get_StackTrace)( tid, ips, N_FRAMES, in VG_() 3747 ips[j], in VG_() 3774 ips[j] + 1, in VG_()
|
/external/libxml2/result/ |
D | rdf2.rdr | 1018 /usr/share/ncurses4/terminfo/i/ips
|
D | rdf2.rde | 1018 /usr/share/ncurses4/terminfo/i/ips
|