Searched refs:method (Results 1 - 25 of 265) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
71 hotspot*:::method-entry,
72 hotspot*:::method-return
78 hotspot*:::method-entry
81 this->method
[all...]
H A Dj_flow.d3 * j_flow.d - snoop Java execution showing method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
63 hotspot*:::method-entry
67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
72 stringof(this->method));
[all...]
H A Dj_methodcalls.d3 * j_methodcalls.d - count Java method calls DTrace.
17 * CLASS.METHOD Java class and method name
45 hotspot*:::method-entry
49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
52 stringof(this->method));
H A Dj_syscalls.d16 * TYPE Type of call (method/syscall)
46 hotspot$target:::method-entry
50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
53 stringof(this->method));
54 @calls[pid, "method", this->name] = count();
H A Dj_flowtime.d3 * j_flowtime.d - snoop Java execution with method flow and delta times.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
23 * CLASS.METHOD Java class and method name
26 * -> method entry
27 * <- method return
66 hotspot*:::method-entry,
67 hotspot*:::method-return
73 hotspot*:::method-entry
78 this->method
[all...]
H A Dj_calls.d3 * j_calls.d - count Java calls (method/...) using DTrace.
23 * method method call
24 * mcompile method compile
25 * mload compiled method load
55 hotspot*:::method-entry
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
62 stringof(this->method));
63 @calls[pid, "method", thi
[all...]
H A Dj_syscolors.d3 * j_syscolors.d - trace Java method flow plus syscalls, in color.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
23 * NAME Java method or syscall name
70 hotspot$target:::method-entry,
71 hotspot$target:::method-return,
79 hotspot$target:::method-entry
84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
88 pid, tid, this->delta, "method", sel
[all...]
H A Dj_calldist.d19 * 2 Type of call (method/gc)
53 hotspot*:::method-entry
57 self->method[arg0, self->depth[arg0]] = timestamp;
60 hotspot*:::method-return
61 /self->method[arg0, self->depth[arg0]]/
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
71 this->method = (char *)copyin(arg3, arg4 + 1);
72 this->method[arg4] = '\0';
74 stringof(this->method));
[all...]
H A Dj_calltime.d19 * TYPE Type of call (method/gc/total)
54 hotspot*:::method-entry
58 self->method[arg0, self->depth[arg0]] = timestamp;
61 hotspot*:::method-return
62 /self->method[arg0, self->depth[arg0]]/
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
72 this->method = (char *)copyin(arg3, arg4 + 1);
73 this->method[arg4] = '\0';
75 stringof(this->method));
[all...]
H A Dj_cpudist.d19 * 2 Type of call (method/gc)
53 hotspot*:::method-entry
57 self->method[arg0, self->depth[arg0]] = vtimestamp;
60 hotspot*:::method-return
61 /self->method[arg0, self->depth[arg0]]/
63 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
71 this->method = (char *)copyin(arg3, arg4 + 1);
72 this->method[arg4] = '\0';
74 stringof(this->method));
[all...]
H A Dj_cputime.d19 * TYPE Type of call (method/gc/total)
54 hotspot*:::method-entry
58 self->method[arg0, self->depth[arg0]] = vtimestamp;
61 hotspot*:::method-return
62 /self->method[arg0, self->depth[arg0]]/
64 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
72 this->method = (char *)copyin(arg3, arg4 + 1);
73 this->method[arg4] = '\0';
75 stringof(this->method));
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
71 hotspot*:::method-entry,
72 hotspot*:::method-return
78 hotspot*:::method-entry
81 this->method
[all...]
H A Dj_flow.d3 * j_flow.d - snoop Java execution showing method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
63 hotspot*:::method-entry
67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
72 stringof(this->method));
[all...]
H A Dj_methodcalls.d3 * j_methodcalls.d - count Java method calls DTrace.
17 * CLASS.METHOD Java class and method name
45 hotspot*:::method-entry
49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
52 stringof(this->method));
H A Dj_syscalls.d16 * TYPE Type of call (method/syscall)
46 hotspot$target:::method-entry
50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
53 stringof(this->method));
54 @calls[pid, "method", this->name] = count();
H A Dj_flowtime.d3 * j_flowtime.d - snoop Java execution with method flow and delta times.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
23 * CLASS.METHOD Java class and method name
26 * -> method entry
27 * <- method return
66 hotspot*:::method-entry,
67 hotspot*:::method-return
73 hotspot*:::method-entry
78 this->method
[all...]
H A Dj_calls.d3 * j_calls.d - count Java calls (method/...) using DTrace.
23 * method method call
24 * mcompile method compile
25 * mload compiled method load
55 hotspot*:::method-entry
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
62 stringof(this->method));
63 @calls[pid, "method", thi
[all...]
H A Dj_syscolors.d3 * j_syscolors.d - trace Java method flow plus syscalls, in color.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
23 * NAME Java method or syscall name
70 hotspot$target:::method-entry,
71 hotspot$target:::method-return,
79 hotspot$target:::method-entry
84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
88 pid, tid, this->delta, "method", sel
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DGetOptsOO.pm53 my $method = "opt_${first}_with";
54 if( $target->can($method) ) { # it's argumental
63 DEBUG > 3 and print " $method => $rest\n";
64 $target->$method( $rest );
69 if( $target->can( $method = "opt_$first" ) ) {
70 DEBUG > 3 and print " $method is true ($truth)\n";
71 $target->$method( $truth );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t4 # test method calls and autoloading.
21 # First, some basic checks of method-calling syntax:
23 sub Pack::method { shift; join(",", "method", @_) }
24 $mname = "method";
26 is(Pack->method("a","b","c"), "method,a,b,c");
27 is(Pack->$mname("a","b","c"), "method,a,b,c");
28 is(method Pack ("a","b","c"), "method,
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dgnome-vfs-method.h2 * gnome-vfs-method.h - Export for Gnome-VFS init/shutdown implementation of
31 #include <libgnomevfs/gnome-vfs-method.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
H A Ddemo2.pl7 my %z1 :Multi(method?maybe);
8 my %z2 :Multi(method,maybe);
9 my %z3 :Multi(qw(method,maybe));
10 my %z4 :Multi(qw(method maybe));
11 my %z5 :Multi('method','maybe');
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ext.c39 unsigned int method,
62 unsigned int method,
79 unsigned int method,
113 unsigned int method,
119 switch (method) {
121 code = krb5_ldap_check_policy_as(context, method, req, rep);
124 code = krb5_ldap_audit_as(context, method, req, rep);
127 code = krb5_ldap_check_allowed_to_delegate(context, method, req, rep);
38 krb5_ldap_check_policy_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
61 krb5_ldap_audit_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
78 krb5_ldap_check_allowed_to_delegate(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
112 krb5_ldap_invoke(krb5_context context, unsigned int method, const krb5_data *req, krb5_data *rep) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_ext.c39 unsigned int method,
62 unsigned int method,
79 unsigned int method,
85 switch (method) {
87 code = krb5_db2_check_policy_as(context, method, req, rep);
90 code = krb5_db2_audit_as(context, method, req, rep);
38 krb5_db2_check_policy_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
61 krb5_db2_audit_as(krb5_context context, unsigned int method, const krb5_data *request, krb5_data *response) argument
78 krb5_db2_invoke(krb5_context context, unsigned int method, const krb5_data *req, krb5_data *rep) argument
/osnet-11/usr/src/lib/efcode/packages/
H A Dpopulate.c134 char *method, *path; local
138 static char func_name[] = "builtin-driver-method-hook";
148 method = pop_a_string(env, NULL);
154 if ((path = search_for_fcode_file(env, method)) != NULL) {
156 method, path);
167 fc_ptr2cell(method), &len);
171 func_name, method);
172 push_a_string(env, method);
177 func_name, method, (int)len);
181 dropin_name = STRDUP(method);
239 char *method, *path, *buf; local
[all...]

Completed in 38 milliseconds

1234567891011