Searched refs:GetMethods (Results 1 – 16 of 16) sorted by relevance
30 auto methods = entry.GetMethods(); in Build()53 auto methods = entry.GetMethods(); in Build()82 auto imp_methods = entry.GetMethods(); in UpdateClass()
323 for (auto &method : klass->GetMethods()) { in VerifyClass()328 for (auto &method : klass->GetMethods()) { in VerifyClass()333 for (auto &method : klass->GetMethods()) { in VerifyClass()
79 Span<Method> methods = class_ptr->GetMethods(); in FreeClassData()94 Span<Method *> imethods = itable[i].GetMethods(); in FreeClassData()
51 JSMethod *GetMethods() const in GetMethods() function
46 Span<Method *> GetMethods() const in GetMethods() function
161 inline Span<Method> Class::GetMethods() const in GetMethods() function169 return GetMethods(); in GetMethods()180 auto methods = GetMethods<filter>(); in FindDirectMethod()378 resolved = entry.GetMethods()[method->GetVTableIndex()]; in ResolveVirtualMethod()
171 Span<Method> GetMethods() const in GetMethods() function178 return GetMethods().SubSpan(num_vmethods_); in GetStaticMethods()810 Span<Method> GetMethods() const;
73 for (auto &method : klass->GetMethods()) { in VerifierProcessFile()128 for (auto &method : klass->GetMethods()) { in VerifierProcessFile()
77 for (const auto &method : klass->GetMethods()) { in AddClass()
95 for (auto &method : klass->GetMethods()) { in VerifierProcessFile()
167 JSMethod *methodsData = jsPandaFile->GetMethods(); in FindMethod()
82 void GetMethods(const panda_file::File::EntityId &record_id);
170 GetMethods(record_id); in GetRecord()405 void Disassembler::GetMethods(const panda_file::File::EntityId &record_id) in GetMethods() function in panda::disasm::Disassembler
113 EXPECT_EQ(klass->GetMethods().size(), 1U); in TEST_F()
2215 Method *ctor = object_class->GetMethods().data(); in TEST_F()2308 Method *ctor = object_class->GetMethods().data(); in TEST_F()2413 Method *ctor = object_class->GetMethods().data(); in TEST_F()3663 Method *callee = object_class->GetMethods().data(); in TestVirtualCallExceptions()
69 JSMethod *methods = jsPandaFile->GetMethods(); in TranslateClasses()