HomeSort by relevance Sort by last modified time
    Searched refs:Agent_OnLoad (Results 1 - 16 of 16) sorted by null

  /external/oj-libjdwp/src/share/back/
debugInit.h 42 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *, char *, void *);
debugInit.c 247 Agent_OnLoad(JavaVM *vm, char *options, void *reserved)
    [all...]
  /art/test/900-hello-plugin/
load_unload.cc 54 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
57 printf("Agent_OnLoad called with options \"%s\"\n", options);
  /cts/hostsidetests/jvmti/base/jni/
cts_agent.cpp 45 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
  /art/test/ti-agent/
common_load.cc 121 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
  /art/tools/titrace/
titrace.cc 231 return Agent_OnLoad(vm, options, reserved);
235 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm,
252 LOG(INFO) << "Agent_OnLoad: Hello World";
  /cts/hostsidetests/jvmti/attaching/app/jni/
cts_agent.cpp 113 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
  /art/tools/breakpoint-logger/
breakpoint_logger.cc 442 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/tools/wrapagentproperties/
wrapagentproperties.cc 35 static constexpr const char* kOnLoad = "Agent_OnLoad";
330 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/test/ti-stress/
stress.cc 771 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
  /art/openjdkjvmti/include/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h 50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
    [all...]

Completed in 248 milliseconds