Home
last modified time | relevance | path

Searched refs:GetRootCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp683 size_t Gate::GetRootCount() const in GetRootCount() function in panda::ecmascript::kungfu::Gate
685 return meta_->GetRootCount(); in GetRootCount()
754 auto rootSize = GetRootCount(); in Print()
810 auto rootSize = GetRootCount(); in ShortPrint()
Dgate.h180 [[nodiscard]] size_t GetRootCount() const;
Dshare_gate_meta_data.h169 size_t GetRootCount() const in GetRootCount() function
182 + GetInFrameStateCount() + GetRootCount(); in GetNumIns()