Lines Matching refs:ScopedMethodInfo
214 class ScopedMethodInfo { class
216 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in art::ScopedMethodInfo
226 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
283 friend std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m);
344 std::ostream& operator<<(std::ostream &os, const ScopedMethodInfo* m) { in operator <<()
348 std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m) { in operator <<()
362 ScopedMethodInfo method_info(jvmtienv, env, m); in doJvmtiMethodBind()
443 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldAccessHook()
513 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldModificationHook()
535 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodExitHook()
554 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodEntryHook()
602 ScopedMethodInfo method_info(jvmtienv, env, method); in SingleStepHook()