• Home
  • Raw
  • Download

Lines Matching refs:GetName

116   const char* GetName() const {  in GetName()  function in art::ScopedThreadInfo
165 const char* GetName() const { in GetName() function in art::ScopedClassInfo
244 const char* GetName() const { in GetName() function in art::ScopedMethodInfo
306 const char* GetName() const { in GetName() function in art::ScopedFieldInfo
335 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() in operator <<()
344 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
363 << thread_info.GetName(); in doJvmtiMethodBind()
366 static std::string GetName(jvmtiEnv* jvmtienv, JNIEnv* jnienv, jobject obj) { in GetName() function
398 return val.l != nullptr ? GetName(env, jnienv, val.l) : "null"; in GetValOf()
447 << "type \"" << obj_class_info.GetName() << "\" in method \"" << method_info in FieldAccessHook()
449 << info.GetName() << "\"."; in FieldAccessHook()
466 oss << "of type \"" << nv_class_info.GetName() << "\""; in PrintJValue()
517 << "type \"" << obj_class_info.GetName() << "\" in method \"" << method_info in FieldModificationHook()
520 << info.GetName() << "\"."; in FieldModificationHook()
538 LOG(INFO) << "Leaving method \"" << method_info << "\". Thread is \"" << info.GetName() << "\"." in MethodExitHook()
554 LOG(INFO) << "Entering method \"" << method_info << "\". Thread is \"" << info.GetName() << "\""; in MethodEntryHook()
586 LOG(INFO) << "Prepared class \"" << class_info.GetName() << "\". Thread is \"" in ClassPrepareHook()
587 << info.GetName() << "\""; in ClassPrepareHook()
603 << location << " in method " << method_info << " thread: " << info.GetName(); in SingleStepHook()
734 LOG(INFO) << "NOTE: class " << sci.GetName() << " already loaded."; in WatchAllFields()