Lines Matching defs:this_class
3118 mirror::Class* this_class = NULL;
3120 this_class = actual_arg_type.GetClass();
3124 this_class = class_linker->FindClass(descriptor.c_str(), class_loader_);
3125 if (this_class == NULL) {
3128 this_class = class_linker->FindClass(descriptor.c_str(), NULL);
3131 if (this_class == NULL) {
3134 mirror::ObjectArray<mirror::ArtMethod>* vtable = this_class->GetVTable();