Home
last modified time | relevance | path

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

/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c114 static void JNICALL cb_compiled_method_load(jvmtiEnv * jvmti, in cb_compiled_method_load() argument
131 err = (*jvmti)->GetMethodDeclaringClass(jvmti, method, in cb_compiled_method_load()
139 err = (*jvmti)->GetLineNumberTable(jvmti, method, in cb_compiled_method_load()
142 err = (*jvmti)->GetSourceFileName(jvmti, in cb_compiled_method_load()
158 err = (*jvmti)->GetClassSignature(jvmti, declaring_class, in cb_compiled_method_load()
163 err = (*jvmti)->GetMethodName(jvmti, method, &method_name, in cb_compiled_method_load()
196 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_name); in cb_compiled_method_load()
197 (*jvmti)->Deallocate(jvmti, (unsigned char *)method_signature); in cb_compiled_method_load()
199 (*jvmti)->Deallocate(jvmti, (unsigned char *)class_signature); in cb_compiled_method_load()
200 (*jvmti)->Deallocate(jvmti, (unsigned char *)table_ptr); in cb_compiled_method_load()
[all …]
/external/oprofile/agents/
DMakefile.am5 SUBDIRS += jvmti subdir
/external/oprofile/
Dconfigure.in84 AC_CHECK_FILE("$JAVA_HOMEDIR/include/jvmti.h",JVMTI_H_EXISTS="yes",)
272 agents/jvmti/Makefile \
DChangeLog-2008271 * oprofile/agents/jvmti/libjvmti_oprofile.c:
272 * oprofile/agents/jvmti/Makefile.am:
DTODO226 o See FIXME in agents/jvmti/libjvmti_oprofile.c:
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en8662 http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html