HomeSort by relevance Sort by last modified time
    Searched full:jvmti (Results 1 - 13 of 13) sorted by null

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 3 * JVMTI agent implementation to report jitted JVM code to Oprofile
29 #include <jvmti.h>
114 static void JNICALL cb_compiled_method_load(jvmtiEnv * jvmti,
131 err = (*jvmti)->GetMethodDeclaringClass(jvmti, method,
139 err = (*jvmti)->GetLineNumberTable(jvmti, method,
142 err = (*jvmti)->GetSourceFileName(jvmti,
158 err = (*jvmti)->GetClassSignature(jvmti, declaring_class
241 jvmtiEnv * jvmti = NULL; local
    [all...]
  /external/oprofile/agents/
Makefile.am 5 SUBDIRS += jvmti
  /external/oprofile/doc/
op-jit-devel.xml 38 e.g., the Java Virtual Machine Toolkit Interface (JVMTI) library,
41 developing the JVMTI library. Following are the high level steps to follow:
98 can provide to your agent library. See the JVMTI agent library for an example of how to use
268 <parameter>compile_map : </parameter>Array of struct debug_line_info. See the JVMTI agent
oprofile.xml 87 <itemizedlist><listitem>JVMTI agent library for Java (1.5 and higher)</listitem>
289 of the JVMPI (or JVMTI) interface to compile the JIT support code successfully.
    [all...]
  /external/oprofile/
README_PACKAGERS 34 is built. If your JDK is version 1.5, both JVMPI and JVMTI agent
35 libraries are built. If your JDK is 1.6 or newer, only the JVMTI agent
configure.in 84 AC_CHECK_FILE("$JAVA_HOMEDIR/include/jvmti.h",JVMTI_H_EXISTS="yes",)
272 agents/jvmti/Makefile \
ChangeLog-2008 271 * oprofile/agents/jvmti/libjvmti_oprofile.c:
272 * oprofile/agents/jvmti/Makefile.am:
TODO 226 o See FIXME in agents/jvmti/libjvmti_oprofile.c:
  /external/oprofile/opjitconv/
parse_dump.c 95 * a zero code address. The code address is directly provided by the JVMTI.
96 * The documentation of JVMTI does not say anything about the address value if
  /external/oprofile/libopagent/
opagent.h 102 * compile_map: Array of struct debug_line_info. See the JVMTI agent
  /dalvik/docs/
debugger.html 17 The VM does not support tools based on JVMTI (Java Virtual
debugmon.html 84 <p>This work is necessary because we are unable to use standard JVMTI-based
85 tools with Dalvik. JVMTI relies on bytecode insertion, which is not
  /dalvik/vm/
Jni.cpp     [all...]

Completed in 325 milliseconds