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

  /external/oj-libjdwp/src/share/back/
debugInit.h 42 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *, char *, void *);
debugInit.c 254 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 59 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/jvmti-agents/dump-jvmti-state/
dump-jvmti.cc 111 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/tools/jvmti-agents/titrace/
titrace.cc 231 return Agent_OnLoad(vm, options, reserved);
235 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm,
257 LOG(INFO) << "Agent_OnLoad: Hello World";
  /art/tools/jvmti-agents/jit-load/
jitload.cc 120 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, char* options, void* /* reserved */) {
  /cts/hostsidetests/jvmti/attaching/app/jni/
cts_agent.cpp 113 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
  /art/tools/jvmti-agents/field-null-percent/
fieldnull.cc 211 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm,
  /art/tools/jvmti-agents/breakpoint-logger/
breakpoint_logger.cc 442 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/tools/jvmti-agents/simple-force-redefine/
forceredefine.cc 313 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/tools/jvmti-agents/wrapagentproperties/
wrapagentproperties.cc 35 static constexpr const char* kOnLoad = "Agent_OnLoad";
332 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /art/test/ti-stress/
stress.cc 755 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm,
908 return Agent_OnLoad(vm, options, reserved);
  /art/tools/jvmti-agents/ti-fast/
tifast.cc 736 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) {
  /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...]

Completed in 1562 milliseconds