Lines Matching refs:GetName

143   const char* GetName() const {  in GetName()  function in art::ScopedThreadInfo
189 const char* GetName() const { in GetName() function in art::ScopedClassInfo
262 const char* GetName() const { in GetName() function in art::ScopedMethodInfo
317 const char* GetName() const { in GetName() function in art::ScopedFieldInfo
341 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() in operator <<()
350 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
369 << thread_info.GetName(); in doJvmtiMethodBind()
372 static std::string GetName(jvmtiEnv* jvmtienv, JNIEnv* jnienv, jobject obj) { in GetName() function
404 return val.l != nullptr ? GetName(env, jnienv, val.l) : "null"; in GetValOf()
453 << "type \"" << obj_class_info.GetName() << "\" in method \"" << method_info in FieldAccessHook()
455 << info.GetName() << "\"."; in FieldAccessHook()
472 oss << "of type \"" << nv_class_info.GetName() << "\""; in PrintJValue()
523 << "type \"" << obj_class_info.GetName() << "\" in method \"" << method_info in FieldModificationHook()
526 << info.GetName() << "\"."; in FieldModificationHook()
544 LOG(INFO) << "Leaving method \"" << method_info << "\". Thread is \"" << info.GetName() << "\"." in MethodExitHook()
560 LOG(INFO) << "Entering method \"" << method_info << "\". Thread is \"" << info.GetName() << "\""; in MethodEntryHook()
592 LOG(INFO) << "Prepared class \"" << class_info.GetName() << "\". Thread is \"" in ClassPrepareHook()
593 << info.GetName() << "\""; in ClassPrepareHook()
609 << location << " in method " << method_info << " thread: " << info.GetName(); in SingleStepHook()
730 LOG(INFO) << "NOTE: class " << sci.GetName() << " already loaded."; in WatchAllFields()