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

  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 3 * JVMPI agent implementation to report jitted JVM code to OProfile
36 #include <jvmpi.h>
81 JVMPI_Interface * jvmpi; variable
89 jvmpi->DisableGC();
91 jobjectID classID = jvmpi->GetMethodClass(method);
92 jvmpi->EnableGC();
230 jvmpi = jvmpi_GetEnv_arg.jvmpi_ifc;
231 jvmpi->EnableEvent(JVMPI_EVENT_COMPILED_METHOD_LOAD, NULL);
232 jvmpi->EnableEvent(JVMPI_EVENT_COMPILED_METHOD_UNLOAD, NULL);
233 jvmpi->EnableEvent(JVMPI_EVENT_JVM_SHUT_DOWN, NULL)
    [all...]
  /external/oprofile/agents/
Makefile.am 9 SUBDIRS += jvmpi
  /external/oprofile/
README_PACKAGERS 33 option. If your JDK is older than version 1.5, only a JVMPI agent library
34 is built. If your JDK is version 1.5, both JVMPI and JVMTI agent
configure.in 85 AC_CHECK_FILE("$JAVA_HOMEDIR/include/jvmpi.h",JVMPI_H_EXISTS="yes",)
273 agents/jvmpi/Makefile)
ChangeLog 255 * agents/jvmpi/jvmpi_oprofile.cpp: Add extra #includes since new
493 * agents/jvmpi/jvmpi_oprofile.cpp: Change this file to use LGPL license
494 to allow JVMPI agent library to link to non-GPL code
ChangeLog-2008 269 * oprofile/agents/jvmpi/jvmpi_oprofile.cpp:
270 * oprofile/agents/jvmpi/Makefile.am:
  /external/oprofile/doc/
oprofile.xml 88 <listitem>JVMPI agent library for Java (1.5 and lower)</listitem>
289 of the JVMPI (or JVMTI) interface to compile the JIT support code successfully.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gccinstall.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gccinstall.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gccinstall.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gccinstall.info     [all...]

Completed in 445 milliseconds