Home
last modified time | relevance | path

Searched refs:ScopedMethodInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A Dbreakpoint_logger.cc173 class ScopedMethodInfo { class
175 ScopedMethodInfo(jvmtiEnv* jvmti_env, JNIEnv* env, jmethodID method) in ScopedMethodInfo() function in breakpoint_logger::ScopedMethodInfo
186 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
249 friend std::ostream& operator<<(std::ostream& os, ScopedMethodInfo const& method);
252 std::ostream& operator<<(std::ostream& os, const ScopedMethodInfo* method) { in operator <<()
256 std::ostream& operator<<(std::ostream& os, ScopedMethodInfo const& method) { in operator <<()
269 ScopedMethodInfo method_info(jvmti_env, env, method); in BreakpointCB()
/aosp12/art/test/ti-stress/
H A Dstress.cc215 class ScopedMethodInfo { class
217 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in art::ScopedMethodInfo
227 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
345 std::ostream& operator<<(std::ostream &os, const ScopedMethodInfo* m) { in operator <<()
349 std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m) { in operator <<()
363 ScopedMethodInfo method_info(jvmtienv, env, m); in doJvmtiMethodBind()
444 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldAccessHook()
514 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldModificationHook()
536 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodExitHook()
555 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodEntryHook()
[all …]
/aosp12/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc250 class ScopedMethodInfo { class
252 ScopedMethodInfo(jvmtiEnv* jvmti_env, JNIEnv* env, jmethodID method) in ScopedMethodInfo() function in simple_profile::ScopedMethodInfo
262 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
309 friend std::ostream& operator<<(std::ostream& os, ScopedMethodInfo const& method);
312 std::ostream& operator<<(std::ostream& os, const ScopedMethodInfo* method) { in operator <<()
316 std::ostream& operator<<(std::ostream& os, ScopedMethodInfo const& method) { in operator <<()
328 ScopedMethodInfo smi(jvmti, jni, meth); in DoDump()
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A Dti_alloc_sample.cc156 class ScopedMethodInfo { class
158 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in tifast::__anonc8d85c180110::ScopedMethodInfo
161 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
296 ScopedMethodInfo smi(jvmti, jni, method_id); in formatMethod()
/aosp12/art/tools/jvmti-agents/ti-fast/
H A Dtifast.cc233 class ScopedMethodInfo { class
235 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in tifast::__anonf32e062f0110::ScopedMethodInfo
238 ~ScopedMethodInfo() { in ~ScopedMethodInfo()
301 friend std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m);
313 std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m) { in operator <<()
559 ScopedMethodInfo smi(jvmti, jni, meth); in PrintRest()