• Home
  • Raw
  • Download

Lines Matching defs:klass

354 …void LoadMethod(Method *method, panda_file::MethodDataAccessor *method_data_accessor, Class *klass,  in LoadMethod()
405 bool ClassLinker::LoadMethods(Class *klass, ClassInfo *class_info, panda_file::ClassDataAccessor *d… in LoadMethods()
470 bool ClassLinker::LoadFields(Class *klass, panda_file::ClassDataAccessor *data_accessor, in LoadFields()
537 static size_t LayoutFieldsInBaseClassPadding(Class *klass, PandaList<Field *> *tagged_fields, in LayoutFieldsInBaseClassPadding()
576 static size_t LayoutFields(Class *klass, PandaList<Field *> *tagged_fields, PandaList<Field *> *fie… in LayoutFields()
637 bool ClassLinker::LayoutFields(Class *klass, Span<Field> fields, bool is_static, in LayoutFields()
694 bool ClassLinker::LinkMethods(Class *klass, ClassInfo *class_info, in LinkMethods()
705 bool ClassLinker::LinkFields(Class *klass, ClassLinkerErrorHandler *error_handler) in LinkFields()
814 auto *klass = ext->CreateClass(descriptor, class_info.vtable_builder->GetVTableSize(), in LoadClass() local
938 …auto *klass = LoadClass(&class_data_accessor, descriptor, base_class, res.value(), context, ext, e… in LoadClass() local
991 auto *klass = ext->CreateClass(descriptor, class_info.vtable_builder->GetVTableSize(), in BuildClass() local
1262 Class *klass = GetClass(pf, class_id, context, error_handler); in GetMethod() local
1290 Class *klass = ext->GetClass(*pf, class_id, context, error_handler); in GetMethod() local
1306 Method *ClassLinker::GetMethod(const Class *klass, const panda_file::MethodDataAccessor &method_dat… in GetMethod()
1359 Field *ClassLinker::GetFieldById(Class *klass, const panda_file::FieldDataAccessor &field_data_acce… in GetFieldById()
1380 Field *ClassLinker::GetFieldBySignature(Class *klass, const panda_file::FieldDataAccessor &field_da… in GetFieldBySignature()
1427 Class *klass = GetClass(pf, field_data_accessor.GetClassId(), context, error_handler); in GetField() local
1443 bool ClassLinker::InitializeClass(ManagedThread *thread, Class *klass) in InitializeClass()
1502 void ClassLinker::RemoveCreatedClassInExtension(Class *klass) in RemoveCreatedClassInExtension()