Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h270 uint32_t GetConstpoolNum() const in GetConstpoolNum() function
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp50 for (uint32_t idx = 0; idx < baseFile->GetConstpoolNum(); idx++) { in LoadPatchInternal()