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

  /art/test/900-hello-plugin/
load_unload.cc 53 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
56 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,
  /cts/hostsidetests/jvmti/attaching/app/jni/
cts_agent.cpp 113 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
  /art/test/ti-agent/
common_load.cc 120 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, char* options, void* reserved) {
  /art/test/ti-stress/
stress.cc 759 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,

Completed in 73 milliseconds