Searched refs:ScopedMethodInfo (Results 1 – 3 of 3) sorted by relevance
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 173 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()
|
/art/test/ti-stress/ |
D | stress.cc | 215 class ScopedMethodInfo { class 217 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in art::ScopedMethodInfo 227 ~ScopedMethodInfo() { in ~ScopedMethodInfo() 284 friend std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m); 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() [all …]
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 236 class ScopedMethodInfo { class 238 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo() function in tifast::__anon034dbc8c0111::ScopedMethodInfo 241 ~ScopedMethodInfo() { in ~ScopedMethodInfo() 304 friend std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m); 316 std::ostream& operator<<(std::ostream &os, ScopedMethodInfo const& m) { in operator <<() 562 ScopedMethodInfo smi(jvmti, jni, meth); in PrintRest()
|