Home
last modified time | relevance | path

Searched defs:Agent_OnAttach (Results 1 – 16 of 16) sorted by relevance

/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc106 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/test/ti-agent/
Dcommon_load.cc147 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc110 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/jit-load/
Djitload.cc126 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* /* reserved */) { in Agent_OnAttach() function
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc161 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc116 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc204 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, in Agent_OnAttach() function
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc261 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, in Agent_OnAttach() function
/art/tools/jvmti-agents/titrace/
Dtitrace.cc230 JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc308 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc437 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc326 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc451 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc514 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc726 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) { in Agent_OnAttach() function
/art/test/ti-stress/
Dstress.cc907 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm, char* options, void* reserved) { in Agent_OnAttach() function