Home
last modified time | relevance | path

Searched defs:page (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/agent/
Dpage_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
/arkcompiler/ets_runtime/common_components/mutator/
Dsatb_buffer.h193 Page* page = GetPages(COMMON_PAGE_SIZE); in EnsureGoodNode() local
226 Page* page = GetPages(initalBytes); in Init() local
291 Page* page = new (PagePool::Instance().GetPage(bytes)) Page(nullptr, bytes); in GetPages() local
297 TreapNode* ConstructFreeNodeList(const Page* page, size_t bytes) const in ConstructFreeNodeList()
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h181 static inline void DestroyPage(Page& page) in DestroyPage()
190 void InitPage(Page& page) in InitPage()
222 inline void AddToList(Page*& list, Page& page) const in AddToList()
231 inline void RemoveFromList(Page*& list, Page& page) const in RemoveFromList()
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dget_commit_message.py41 def get_url(name, page): argument
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp202 auto page = std::make_unique<PageImpl>(); in Dispatcher() local