Home
last modified time | relevance | path

Searched refs:GetNumMethods (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp187 uint32_t numberMethods = jsPandaFile->GetNumMethods(); in FindMethod()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h130 uint32_t GetNumMethods() const in GetNumMethods() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp115 uint32_t methodNum = pf->GetNumMethods(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1507 methodNums = jsPandaFile->GetNumMethods(); in Relocate()