Home
last modified time | relevance | path

Searched refs:JVMTI_EVENT_VM_OBJECT_ALLOC (Results 1 – 5 of 5) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc438 JVMTI_EVENT_VM_OBJECT_ALLOC, in AgentStart()
441 LOG(ERROR) << "Unable to enable event " << JVMTI_EVENT_VM_OBJECT_ALLOC; in AgentStart()
/art/test/904-object-allocation/
Dtracking.cc116 JVMTI_EVENT_VM_OBJECT_ALLOC, in Java_art_Test904_enableAllocationTracking()
/art/openjdkjvmti/
Devents.h78 kVmObjectAlloc = JVMTI_EVENT_VM_OBJECT_ALLOC,
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc529 if (sci.Init(event_ != JVMTI_EVENT_VM_OBJECT_ALLOC)) { in PrintRest()
549 if (sci.Init(/*get_generic=*/event_ != JVMTI_EVENT_VM_OBJECT_ALLOC)) { in PrintRest()
/art/openjdkjvmti/include/
Djvmti.h424 JVMTI_EVENT_VM_OBJECT_ALLOC = 84, enumerator