Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp197 uint32_t numberMethods = file->GetNumMethods(); in FindMethod()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h153 uint32_t GetNumMethods() const in GetNumMethods() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp116 uint32_t methodNum = pf->GetNumMethods(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1519 methodNums = jsPandaFile->GetNumMethods(); in Relocate()