Searched refs:jvmti (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 114 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/ |
D | Makefile.am | 5 SUBDIRS += jvmti subdir
|
/external/oprofile/ |
D | configure.in | 84 AC_CHECK_FILE("$JAVA_HOMEDIR/include/jvmti.h",JVMTI_H_EXISTS="yes",) 272 agents/jvmti/Makefile \
|
D | ChangeLog-2008 | 271 * oprofile/agents/jvmti/libjvmti_oprofile.c: 272 * oprofile/agents/jvmti/Makefile.am:
|
D | TODO | 226 o See FIXME in agents/jvmti/libjvmti_oprofile.c:
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 8662 http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html
|