Lines Matching refs:ScopedMethodInfo
217 class ScopedMethodInfo { class
219 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in art::ScopedMethodInfo
230 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
293 friend std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m);
361 std::ostream& operator<<(std::ostream &os, const ScopedMethodInfo* m) { in operator <<()
365 std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m) { in operator <<()
379 ScopedMethodInfo method_info(jvmtienv, env, m); in doJvmtiMethodBind()
460 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldAccessHook()
530 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldModificationHook()
552 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodExitHook()
571 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodEntryHook()
619 ScopedMethodInfo method_info(jvmtienv, env, method); in SingleStepHook()