Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp667 size_t Gate::GetRootCount() const in GetRootCount() function in panda::ecmascript::kungfu::Gate
669 return meta_->GetRootCount(); in GetRootCount()
737 auto rootSize = GetRootCount(); in Print()
793 auto rootSize = GetRootCount(); in ShortPrint()
Dgate.h177 [[nodiscard]] size_t GetRootCount() const;
Dgate_meta_data.h489 size_t GetRootCount() const in GetRootCount() function
502 + GetInFrameStateCount() + GetRootCount(); in GetNumIns()