std::string class_descriptor_str(class_descriptor_);
ObjPtr<mirror::Class> klass =
class_linker->LookupClass(self, class_descriptor_str.c_str(), /*class_loader=*/nullptr); if (klass == nullptr) { // Some assumed values may be for members of classes that aren't always present during // compilation, e.g., framework classes *not* in the base ART boot image. Such missing classes // should not cause lookup failures during compilation. return nullptr;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.