| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | lock_free_queue.h | 62 struct Node { struct 64 … Node(std::unique_ptr<FileInfo> new_data, std::atomic<Node *> new_next) : data(std::move(new_data)) in Node() argument 73 std::atomic<Node *> next; argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | depend_chain_helper.h | 26 struct Node { struct 27 Node(GateRef gate, Node* next) : gate(gate), next(next) {} in Node() function 29 Node *next; argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | early_elimination.h | 48 struct Node { struct 49 Node(GateRef gate, Node* next) : gate(gate), next(next) {} in Node() function 51 Node *next; argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | common.h | 78 struct Node { struct 86 NodeType type = DEFAULT_NODETYPE; argument 89 Node(uint32_t nodeIndex) : index(nodeIndex) {} in Node() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | global_handle_storage-inl.h | 90 inline void GlobalHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BL… in DealUpdateObject() 106 inline void GlobalHandleStorage<coretypes::TaggedType>::UpdateGCRootsInBlock(std::array<Node, GLOBA… in UpdateGCRootsInBlock() 131 inline void GlobalHandleStorage<coretypes::TaggedType>::DealVisitGCRoots(std::array<Node, GLOBAL_BL… in DealVisitGCRoots() 142 inline void GlobalHandleStorage<coretypes::TaggedType>::VisitGCRootsInBlock(std::array<Node, GLOBAL… in VisitGCRootsInBlock()
|
| D | global_handle_storage.h | 103 inline void DealUpdateObject([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject() 108 inline void DealVisitGCRoots([[maybe_unused]] std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealVisitGCRoots()
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | array.h | 23 class Node; variable
|
| D | node.h | 40 Node(Program *program, const std::string &name) in Node() function
|
| D | function.h | 29 class Node; variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | baseAnalyzer.h | 53 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | iterators.h | 52 const ir::AstNode *Node() const in Node() function
|
| D | lreference.h | 71 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | iterators.h | 53 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | signature.h | 105 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_waiters_list.h | 37 explicit Node(CoroutineManager *coroManager) : event_(coroManager) {} in Node() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | irnode.h | 113 const ir::AstNode *Node() const in Node() function
|
| D | astDump.h | 35 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/ets_runtime/test/aottest/classstatic/ |
| D | classstatic.ts | 291 class Node{ class
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | irnode.h | 121 const ir::AstNode *Node() const in Node() function
|
| D | astDump.h | 35 const ir::AstNode *Node() const in Node() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_dominance.cpp | 227 using Node = std::pair<const BB *, uint32>; in ComputeDtPreorder() typedef
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | types.ts | 32 export abstract class Node extends ArktsObject { class
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.h | 202 [[nodiscard]] ir::AstNode *Node() noexcept in Node() function 207 [[nodiscard]] const ir::AstNode *Node() const noexcept in Node() function
|
| /arkcompiler/ets_runtime/common_components/objects/string_table/ |
| D | hashtriemap.h | 190 using Node = HashTrieMapNode; variable
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.h | 294 const ir::AstNode *Node() const in Node() function 299 ir::AstNode *Node() in Node() function
|