Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:ArtJvmTiEnv

29 struct ArtJvmTiEnv;
73 ALWAYS_INLINE static inline ArtJvmtiEvent GetArtJvmtiEvent(ArtJvmTiEnv* env, jvmtiEvent e);
142 void RegisterArtJvmTiEnv(ArtJvmTiEnv* env);
145 void RemoveArtJvmTiEnv(ArtJvmTiEnv* env);
154 jvmtiError SetEvent(ArtJvmTiEnv* env,
166 inline void DispatchEvent(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;
172 inline void HandleChangedCapabilities(ArtJvmTiEnv* env,
179 static inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread);
182 inline bool NeedsEventUpdate(ArtJvmTiEnv* env,
207 std::vector<ArtJvmTiEnv*> envs;