Searched defs:get_info (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DSolarisOperatingSystem.c164 int get_info(const char *path, void *info, size_t s, off_t o) { function
215 * or -1.0 if the get_info() call failed
222 if (get_info("/proc/self/psinfo",&info.pr_pctcpu, sizeof(info.pr_pctcpu), offsetof(psinfo_t, pr_pctcpu)) == 0) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.c85 get_info(FrameIndex index) function
135 info = get_info(index);
167 info = get_info(index);
182 info = get_info(index);
208 info = get_info(index);
H A Dhprof_loader.c68 get_info(LoaderIndex index) function
119 info = get_info(index);
247 info = get_info(index);
H A Dhprof_monitor.c90 get_info(MonitorIndex index) function
180 info1 = get_info(monitor1);
181 info2 = get_info(monitor2);
288 info = get_info(index);
316 info = get_info(index);
368 info = get_info(index);
H A Dhprof_object.c111 get_info(ObjectIndex index) function
282 info = get_info(index);
291 info = get_info(index);
300 info = get_info(index);
309 info = get_info(index);
H A Dhprof_class.c119 get_info(ClassIndex index) function
133 info = get_info(index);
376 info = get_info(index);
386 info = get_info(index);
395 info = get_info(index);
416 info = get_info(index);
463 info = get_info(index);
486 info = get_info(index);
499 info = get_info(index);
529 info = get_info(inde
[all...]
H A Dhprof_reference.c91 get_info(RefIndex index) function
208 info = get_info(index);
408 info = get_info(index);
593 info = get_info(index);
H A Dhprof_site.c114 get_info(SiteIndex index) function
209 info1 = get_info(site1);
210 info2 = get_info(site2);
226 info1 = get_info(site1);
227 info2 = get_info(site2);
340 info = get_info(index);
426 info = get_info(index);
452 info = get_info(index);
H A Dhprof_trace.c105 get_info(TraceIndex index) function
143 info = get_info(index);
342 info = get_info(index);
376 info1 = get_info(trace1);
377 info2 = get_info(trace2);
394 info1 = get_info(trace1);
395 info2 = get_info(trace2);
433 info = get_info(index);
443 info = get_info(index);
666 info = get_info(trace
[all...]
H A Dhprof_table.c207 get_info(LookupTable *ltable, TableIndex index) function
763 info = get_info(ltable, index);
920 info = get_info(ltable,index);
H A Dhprof_tls.c150 get_info(TlsIndex index) function
502 info = get_info(index);
697 HPROF_ASSERT(isSameObject(env, thread, get_info(index)->globalref));
729 info = get_info(index);
781 info = get_info(index);
809 info = get_info(index);
818 info = get_info(index);
833 info = get_info(index);
862 info = get_info(index);
931 info = get_info(inde
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp210 int get_info() const { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 55 milliseconds