Home
last modified time | relevance | path

Searched refs:VMInit (Results 1 – 15 of 15) sorted by relevance

/art/test/1919-vminit-thread-start-timing/
Dexpected.txt1 VMInit: main
Dinfo.txt3 Test the interaction of VMInit events and thread starts.
Dvminit.cc123 callbacks.VMInit = VMInitCallback; in InstallVMEvents()
/art/test/901-hello-ti-agent/
Dexpected.txt3 VMInit (phase 4)
Dbasics.cc73 callbacks.VMInit = VMInitCallback; in InstallVMEvents()
/art/tools/jvmti-agents/jit-load/
Djitload.cc101 .VMInit = VmInitCb, in SetupJvmti()
/art/tools/jvmti-agents/ti-fast/
DREADME.md91 * `VMInit`
Dtifast.cc75 …jni_fun(VMInit, EVENT(VM_INIT), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread), (jvmti, jni, jthre…
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc180 .VMInit = VMInitCb, in AgentStart()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc290 .VMInit = CbVmInit, in AgentStart()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc238 .VMInit = VMInitCb, in AgentStart()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc399 callbacks.VMInit = &VMInitCB; in AgentStart()
/art/openjdkjvmti/
Devents-inl.h94 fn(VMInit, ArtJvmtiEvent::kVmInit) \
/art/test/ti-stress/
Dstress.cc829 cb.VMInit = PerformFinalSetupVMInit; in Agent_OnLoad()
/art/openjdkjvmti/include/
Djvmti.h928 jvmtiEventVMInit VMInit; member