Searched refs:GetClassMethod (Results 1 – 7 of 7) sorted by relevance
111 Method *method = klass->GetClassMethod(utf::CStringAsMutf8(methodsName[i].c_str()), proto); in TEST_F()
924 auto f = klass->GetClassMethod(utf::CStringAsMutf8("f")); in CheckAccesses()935 auto f = klass->GetClassMethod(utf::CStringAsMutf8("f")); in CheckAccesses()946 auto f = klass->GetClassMethod(utf::CStringAsMutf8("f")); in CheckAccesses()1112 auto f = klass->GetClassMethod(utf::CStringAsMutf8("f")); in TEST_F()
382 Method *method = cls->GetClassMethod(utf::CStringAsMutf8("foo")); in TEST_F()
448 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod() function451 return GetClassMethod(sd, proto); in GetClassMethod()454 inline Method *Class::GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &p… in GetClassMethod() function506 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name) const in GetClassMethod() function
604 Method *GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const;606 … Method *GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const;622 Method *GetClassMethod(const uint8_t *mutf8Name) const;
138 coreMethod = runtimeClass->GetClassMethod(coreName); in GetMethod()158 coreMethod = runtimeClass->GetClassMethod(coreName, methodSignature.GetProto()); in GetMethod()
399 method = klass->GetClassMethod(name.data, proto); in IsMethodIntrinsic()