Searched refs:ScopedMethodInfo (Results 1 – 2 of 2) sorted by relevance
/art/tools/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 | 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() [all …]
|