Lines Matching refs:JvmtiThreadState

187   JvmtiThreadState *_state;
190 VM_EnterInterpOnlyMode(JvmtiThreadState *state);
202 VM_EnterInterpOnlyMode::VM_EnterInterpOnlyMode(JvmtiThreadState *state)
279 static void enter_interp_only_mode(JvmtiThreadState *state);
280 static void leave_interp_only_mode(JvmtiThreadState *state);
283 static jlong recompute_env_thread_enabled(JvmtiEnvThreadState* ets, JvmtiThreadState* state);
284 static jlong recompute_thread_enabled(JvmtiThreadState *state);
312 static void trace_changed(JvmtiThreadState *state, jlong now_enabled, jlong changed);
340 void JvmtiEventControllerPrivate::enter_interp_only_mode(JvmtiThreadState *state) {
350 JvmtiEventControllerPrivate::leave_interp_only_mode(JvmtiThreadState *state) {
358 JvmtiEventControllerPrivate::trace_changed(JvmtiThreadState *state, jlong now_enabled, jlong changed) {
441 JvmtiEventControllerPrivate::recompute_env_thread_enabled(JvmtiEnvThreadState* ets, JvmtiThreadState* state) {
493 JvmtiEventControllerPrivate::recompute_thread_enabled(JvmtiThreadState *state) {
580 JvmtiThreadState::state_for_while_locked(tp); // create the thread state if missing
586 for (JvmtiThreadState *state = JvmtiThreadState::first(); state != NULL; state = state->next()) {
658 JvmtiThreadState *state = JvmtiThreadState::state_for_while_locked(thread);
668 // Removes the JvmtiThreadState associated with the specified thread.
674 JvmtiThreadState *state = thread->jvmti_thread_state();
759 // add the JvmtiEnvThreadState to each JvmtiThreadState
760 for (JvmtiThreadState *state = JvmtiThreadState::first(); state != NULL; state = state->next()) {
801 JvmtiThreadState *state = JvmtiThreadState::state_for_while_locked(thread);