Searched refs:PerformSuspend (Results 1 – 1 of 1) sorted by relevance
/art/test/ti-agent/ |
D | suspend_event_helper.cc | 75 void PerformSuspend(jvmtiEnv* jvmti, JNIEnv* env) { in PerformSuspend() function 95 data->PerformSuspend(jvmti, env); in PerformSuspension() 109 data->PerformSuspend(jvmti, env); in cbSingleStep() 127 data->PerformSuspend(jvmti, env); in cbExceptionCatch() 147 data->PerformSuspend(jvmti, env); in cbException() 160 data->PerformSuspend(jvmti, env); in cbMethodEntry() 178 data->PerformSuspend(jvmti, env); in cbMethodExit() 201 data->PerformSuspend(jvmti, env); in cbFieldModification() 222 data->PerformSuspend(jvmti, env); in cbFieldAccess() 244 data->PerformSuspend(jvmti, env); in cbBreakpointHit() [all …]
|