Home
last modified time | relevance | path

Searched refs:GetMethodLiteralByIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h121 MethodLiteral *GetMethodLiteralByIndex(uint32_t index) const in GetMethodLiteralByIndex() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp136 MethodLiteral *method = jsPandaFile_->GetMethodLiteralByIndex(index.GetOffset()); in ProcessClasses()