Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.h62 struct Node { struct
64Node(std::unique_ptr<FileInfo> new_data, std::atomic<Node *> new_next) : data(std::move(new_data)) in Node() function
73 std::atomic<Node *> next; argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h32 struct Node { struct
42 Node(uint32_t nodeIndex) in Node() argument
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h26 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/
Dearly_elimination.h48 struct Node { struct
49 Node(GateRef gate, Node* next) : gate(gate), next(next) {} in Node() function
51 Node *next; argument
/arkcompiler/runtime_core/static_core/runtime/
Dglobal_handle_storage.h103 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()
Dglobal_handle_storage-inl.h90 inline void GlobalHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BL… in DealUpdateObject()
122 inline void GlobalHandleStorage<coretypes::TaggedType>::DealVisitGCRoots(std::array<Node, GLOBAL_BL… in DealVisitGCRoots()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.h57 Type *Node(Args &&...args) in Node() function
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dnode.h30 Node(Program *program, const std::string &name, std::string pkgName) in Node() function
Dfunction.h29 class Node; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DbaseAnalyzer.h53 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Diterators.h52 const ir::AstNode *Node() const in Node() function
Dlreference.h71 const ir::AstNode *Node() const in Node() function
/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/runtime_core/static_core/plugins/ets/runtime/types/
Dets_waiters_list.h37 explicit Node(CoroutineManager *coroManager) : event_(coroManager) {} 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_runtime/test/aottest/classstatic/
Dclassstatic.ts291 class Node{ class
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h121 const ir::AstNode *Node() const in Node() function
DastDump.h35 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp227 using Node = std::pair<const BB *, uint32>; in ComputeDtPreorder() typedef
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h209 ir::AstNode *Node() in Node() function
214 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h294 const ir::AstNode *Node() const in Node() function
299 ir::AstNode *Node() in Node() function
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h55 class Node; variable
/arkcompiler/toolchain/tooling/base/
Dpt_types.h432 static const std::string Node; // NOLINT (readability-identifier-naming) member

12