| /arkcompiler/runtime_core/runtime/tests/ |
| D | class_linker_test_extension.h | 46 size_t GetClassVTableSize([[maybe_unused]] ClassRoot root) override in GetClassVTableSize() 51 size_t GetClassIMTSize([[maybe_unused]] ClassRoot root) override in GetClassIMTSize() 56 size_t GetClassSize(ClassRoot root) override in GetClassSize()
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_class_linker_extension.cpp | 144 size_t CoreClassLinkerExtension::GetClassVTableSize(ClassRoot root) in GetClassVTableSize() 189 size_t CoreClassLinkerExtension::GetClassIMTSize(ClassRoot root) in GetClassIMTSize() 234 size_t CoreClassLinkerExtension::GetClassSize(ClassRoot root) in GetClassSize()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_linker_extension.h | 73 Class *GetClassRoot(ClassRoot root) const in GetClassRoot() 83 void SetClassRoot(ClassRoot root, Class *klass) in SetClassRoot() 314 static constexpr size_t ToIndex(ClassRoot root) in ToIndex()
|
| D | class_linker-inl.h | 47 inline void ClassLinker::AddClassRoot(ClassRoot root, Class *klass) in AddClassRoot()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_marker.cpp | 56 [[maybe_unused]] bool isNative) { in ProcessMarkStack() 100 [[maybe_unused]] bool isNative) { in ProcessMarkStack() 132 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
|
| D | verification.cpp | 29 [[maybe_unused]] bool isNative) { in VisitAllObjects()
|
| D | parallel_evacuator.cpp | 154 …[&]([[maybe_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, [[maybe_unused]] bool i… in VerifyHeapObject() 380 …[this]([[maybe_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, [[maybe_unused]] boo… in UpdateNewObjectField()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 101 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, node); in TreeingBin() local 184 JSMutableHandle<LinkedNode> root(thread, JSTaggedValue::Undefined()); in SetVal() local 207 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(node); in SetVal() local 273 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local 283 JSHandle<LinkedNode> root = JSHandle<LinkedNode>::Cast(rootValue); in GetCurrentNode() local
|
| D | tagged_node.cpp | 75 JSHandle<LinkedNode> RBTreeNode::Detreeing(JSThread *thread, const JSHandle<RBTreeNode> &root) in Detreeing() 402 JSMutableHandle<RBTreeNode> root(thread, JSTaggedValue::Hole()); in GetTreeNode() local
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.h | 86 for (auto root : aot_string_gc_roots_) { in VisitAotStringRoots() local 120 for (auto root : aot_string_gc_roots_) { in UpdateAotStringRoots() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_linker_context.h | 113 for (auto root : roots_) { in VisitGCRoots() local 121 for (auto root : roots_) { in AddGCRoot() local
|
| D | class_linker_extension.cpp | 80 void ClassLinkerExtension::InitializeArrayClassRoot(ClassRoot root, ClassRoot component_root, const… in InitializeArrayClassRoot() 94 void ClassLinkerExtension::InitializePrimitiveClassRoot(ClassRoot root, panda_file::Type::TypeId ty… in InitializePrimitiveClassRoot()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_root.cpp | 63 std::ostream &operator<<(std::ostream &os, const GCRoot &root) in operator <<() 221 [](ObjectHeader **root) { in UpdateAotStringRoots() 227 [&oa](const ObjectHeader *root) { in UpdateAotStringRoots()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_verifier.cpp | 68 void HeapReferenceVerifier<LangType>::operator()(const GCRoot &root) in operator ()() 113 root_manager.VisitNonHeapRoots([this, &fail_count](const GCRoot &root) { in VerifyRoot() 176 auto root_verifier = [&](const GCRoot &root) { in VerifyAll()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_env.cpp | 67 [[maybe_unused]]bool isNative) { in HandleObjectField()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_json.cpp | 66 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in Parse() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.h | 111 explicit LifeIntervalsTree(LifeIntervalsTreeNode *root) : root_(root) {}; in LifeIntervalsTree()
|
| D | live_registers.cpp | 107 LifeIntervalsTreeNode *root {nullptr}; in BuildIntervalsTree() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_node_test.cpp | 99 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, head); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | webpack.config.js | 24 root: path.resolve(__dirname), property
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashset.cpp | 106 JSHandle<RBTreeNode> root(thread, rootVa); in Remove() local
|
| D | js_api_hashmap_iterator.cpp | 132 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
|
| D | js_api_hashset_iterator.cpp | 126 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 73 void SetRoot(GateRef root) in SetRoot()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_json_test.cpp | 145 auto root = PtJson::CreateObject(); in HWTEST_F_L0() local
|