Home
last modified time | relevance | path

Searched refs:GetMethodLiterals (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp164 MethodLiteral* methodLiteral = jsPandaFile->GetMethodLiterals(); in IsReleasedPandaFile()
Dbytecode_info_collector.cpp66 ASSERT(jsPandaFile_ != nullptr && jsPandaFile_->GetMethodLiterals() != nullptr); in ProcessClasses()
67 MethodLiteral *methods = jsPandaFile_->GetMethodLiterals(); in ProcessClasses()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp186 MethodLiteral *methodsData = jsPandaFile->GetMethodLiterals(); in FindMethod()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h105 MethodLiteral* GetMethodLiterals() const in GetMethodLiterals() function
Dpanda_file_translator.cpp42 ASSERT(jsPandaFile != nullptr && jsPandaFile->GetMethodLiterals() != nullptr); in TranslateClasses()
43 MethodLiteral *methodLiterals = jsPandaFile->GetMethodLiterals(); in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp112 MethodLiteral *method = pf->GetMethodLiterals(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1508 methods = jsPandaFile->GetMethodLiterals(); in Relocate()