Home
last modified time | relevance | path

Searched refs:ips (Results 1 – 24 of 24) sorted by relevance

/external/valgrind/coregrind/
Dm_execontext.c88 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 …]
Dm_stacktrace.c139 /*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 …]
Dpub_core_stacktrace.h55 /*OUT*/Addr* ips, UInt n_ips,
Dm_errormgr.c1030 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()
Dm_libcassert.c329 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()
Dm_addrinfo.c143 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/
Dscope-check.cpp46 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/
Dpub_tool_stacktrace.h62 /*OUT*/StackTrace ips, UInt n_ips,
75 StackTrace ips, UInt n_ips
79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
Dpub_tool_execontext.h114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DSealedObjectTest.java136 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/
Dms_main.c822 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/
Dhg_errors.h66 void HG_(print_access) (StackTrace ips, UInt n_ips,
Dlibhb.h162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
Dhg_errors.c1273 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/
Dperf.h179 u64 ips[0]; member
Ddesign.txt390 * u64 ips[nr]; } && PERF_RECORD_CALLCHAIN
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java274 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/
Dsample-parsing.c80 COMP(callchain->ips[i]); in samples_same()
/external/v8/tools/
Dll_prof.py672 sample.ips = []
675 sample.ips.append(
977 for ip in sample.ips:
/external/linux-tools-perf/src/tools/perf/util/
Dmachine.c1288 ip = chain->ips[i]; in machine__resolve_callchain_sample()
1290 ip = chain->ips[chain->nr - i - 1]; in machine__resolve_callchain_sample()
Dsession.c721 i, sample->callchain->ips[i]); in callchain__printf()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c3627 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/
Drdf2.rdr1018 /usr/share/ncurses4/terminfo/i/ips
Drdf2.rde1018 /usr/share/ncurses4/terminfo/i/ips