Searched refs:GetMethodLiterals (Results 1 – 7 of 7) sorted by relevance
164 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile()
66 ASSERT(jsPandaFile_ != nullptr && jsPandaFile_->GetMethodLiterals() != nullptr); in ProcessClasses()67 MethodLiteral *methods = jsPandaFile_->GetMethodLiterals(); in ProcessClasses()
186 MethodLiteral *methodsData = jsPandaFile->GetMethodLiterals(); in FindMethod()
105 MethodLiteral* GetMethodLiterals() const in GetMethodLiterals() function
42 ASSERT(jsPandaFile != nullptr && jsPandaFile->GetMethodLiterals() != nullptr); in TranslateClasses()43 MethodLiteral *methodLiterals = jsPandaFile->GetMethodLiterals(); in TranslateClasses()
112 MethodLiteral *method = pf->GetMethodLiterals(); in HWTEST_F_L0()
1508 methods = jsPandaFile->GetMethodLiterals(); in Relocate()