Home
last modified time | relevance | path

Searched refs:Agent_OnLoad (Results 1 – 18 of 18) sorted by relevance

/art/test/900-hello-plugin/
Dexpected.txt2 Agent_OnLoad called with options "test_900"
6 Agent_OnLoad called with options "test_900_round_2"
Dload_unload.cc54 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, in Agent_OnLoad() function
/art/tools/jvmti-agents/titrace/
Dtitrace.cc231 return Agent_OnLoad(vm, options, reserved); in Agent_OnAttach()
235 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, in Agent_OnLoad() function
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc111 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/test/ti-agent/
Dcommon_load.cc122 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc115 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc123 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/jit-load/
Djitload.cc120 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, char* options, void* /* reserved */) { in Agent_OnLoad() function
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc166 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc211 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, in Agent_OnLoad() function
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc313 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc268 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, in Agent_OnLoad() function
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc456 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc332 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc442 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/test/ti-stress/
Dstress.cc755 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* vm, in Agent_OnLoad() function
908 return Agent_OnLoad(vm, options, reserved); in Agent_OnAttach()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc731 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() function
/art/openjdkjvmti/include/
Djvmti.h50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);