Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dglobal_handle_storage.h101 inline void DealUpdateObject([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject()
106 inline void DealVisitGCRoots([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealVisitGCRoots()
Dglobal_handle_storage-inl.h84 inline void GlobalHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BL… in DealUpdateObject()
115 inline void GlobalHandleStorage<coretypes::TaggedType>::DealVisitGCRoots(std::array<Node, GLOBAL_BL… in DealVisitGCRoots()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h53 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.h105 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h113 const ir::AstNode *Node() const in Node() function
DastDump.h35 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h257 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h41 class Node; variable
/arkcompiler/toolchain/tooling/base/
Dpt_types.h249 static const std::string Node; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp35 const std::string ObjectSubType::Node = "node"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType