Home
last modified time | relevance | path

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

/ark/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.h85 inline void GlobalHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BL… in DealUpdateObject()
116 inline void GlobalHandleStorage<coretypes::TaggedType>::DealVisitGCRoots(std::array<Node, GLOBAL_BL… in DealVisitGCRoots()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h250 static const std::string Node; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp39 const std::string ObjectSubType::Node = "node"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType