• Home
  • Raw
  • Download

Lines Matching full:cannot

617 …   LOG(ERROR, CLASS_LINKER) << "Cannot layout static fields of class '" << klass->GetName() << "'";  in LinkFields()
622 … LOG(ERROR, CLASS_LINKER) << "Cannot layout instance fields of class '" << klass->GetName() << "'"; in LinkFields()
642 LOG(INFO, CLASS_LINKER) << "Cannot find base class '" in LoadBaseClass()
670 …LOG(INFO, CLASS_LINKER) << "Cannot find interface '" << utf::Mutf8AsCString(pf.GetStringData(id).d… in LoadInterfaces()
739 LOG(ERROR, CLASS_LINKER) << "Cannot load methods of class '" << descriptor << "'"; in LoadClass()
745 LOG(ERROR, CLASS_LINKER) << "Cannot load fields of class '" << descriptor << "'"; in LoadClass()
751 LOG(ERROR, CLASS_LINKER) << "Cannot link methods of class '" << descriptor << "'"; in LoadClass()
757 LOG(ERROR, CLASS_LINKER) << "Cannot link fields of class '" << descriptor << "'"; in LoadClass()
781 …ss << "Cannot load class '" << descriptor << "' as class linker hasn't " << ctx << " language exte… in LoadClass()
804 LOG(INFO, CLASS_LINKER) << "Cannot load base class of class '" << descriptor << "'"; in LoadClass()
811 LOG(INFO, CLASS_LINKER) << "Cannot load interfaces of class '" << descriptor << "'"; in LoadClass()
891 LOG(ERROR, CLASS_LINKER) << "Cannot link class methods '" << descriptor << "'"; in BuildClass()
896 LOG(ERROR, CLASS_LINKER) << "Cannot link class fields '" << descriptor << "'"; in BuildClass()
1017 ss << "Cannot find class " << descriptor in GetClass()
1061 ss << "Cannot find class " << descriptor in GetClass()
1093 …LOG(INFO, CLASS_LINKER) << "Cannot resolve language context for class_id " << class_id << " in fil… in GetMethod()
1105 LOG(INFO, CLASS_LINKER) << "Cannot find class '" << class_name << "' in ctx " << context; in GetMethod()
1133 LOG(INFO, CLASS_LINKER) << "Cannot find class '" << class_name << "' in ctx " << context; in GetMethod()
1164 …ss << "Cannot find method '" << pf.GetStringData(method_data_accessor.GetNameId()).data << "' in c… in GetMethod()
1189 …ss << "Cannot find method '" << pf.GetStringData(method_data_accessor.GetNameId()).data << "' in c… in GetMethod()
1215 …ss << "Cannot find field '" << pf.GetStringData(field_data_accessor.GetNameId()).data << "' in cla… in GetFieldById()
1253 ss << "Cannot find field '" << field_name.data << "' in class '" << klass->GetName() << "'"; in GetFieldBySignature()
1277 LOG(INFO, CLASS_LINKER) << "Cannot find class '" << class_name << "' in ctx " << context; in GetField()