| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| H A D | runtime_default_ets_test_dir.py | 31 def root(self) -> Path: member in RuntimeDefaultEtsTestDir
|
| H A D | ets_test_dir.py | 57 def root(self) -> Path: member in EtsTestDir
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | layout_visitor.h | 28 static inline void IterateBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) in IterateBody() argument 41 static inline void IteratorRange(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, in IteratorRange() argument
|
| H A D | visitor.h | 54 static inline void IterateBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) in IterateBody() argument 73 static inline void IterateBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) in IterateBody() argument 81 onstexpr(startOffset < endOffset) { visitor(root, ObjectSlot(ToUintPtr(root) + startOffset), ObjectSlot(ToUintPtr(root) + endOffset), area); } if constexpr (visitType == VisitType::ALL_VISIT) { IterateAfter(root, visitor); } } static inline void IterateRefBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) { IterateBody<VisitObjectArea::NORMAL, true>(root, visitor); } static inline void IterateNativeBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) { IterateBody<VisitObjectArea::NATIVE_POINTER, true>(root, visitor); } static inline void IterateDerivedRefBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) { IterateBody<VisitObjectArea::NORMAL, false>(root, visitor); } static inline void IterateHClass(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) { size_t hclassEnd = sizeof(JSTaggedType); visitor(root, ObjectSlot(ToUintPtr(root)), ObjectSlot(ToUintPtr(root) + hclassEnd), VisitObjectArea::NORMAL); } static inline void IterateBefore(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) { if constexpr (startOffset > startSize) IterateBody() argument 121 IterateAfter(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) IterateAfter() argument 128 IteratorRange(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_t start, size_t end) IteratorRange() argument 139 IterateBody(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_t refLength, size_t length) IterateBody() argument 155 IterateBefore(TaggedObject *root, const EcmaObjectRangeVisitor& visitor) IterateBefore() argument 163 IterateAfter(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_t refLength, size_t length) IterateAfter() argument 173 IteratorRange(TaggedObject *root, const EcmaObjectRangeVisitor& visitor, size_t start, size_t end) IteratorRange() argument [all...] |
| H A D | parallel_marker-inl.h | 30 ARK_INLINE bool NonMovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() argument 189 ARK_INLINE bool MovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback) in VisitBodyInObj() argument 369 inline void SemiGCMarker::MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlo argument [all...] |
| H A D | parallel_evacuator-inl.h | 56 VisitBodyInObj( TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback) VisitBodyInObj() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | linked_node_test.cpp | 75 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, head);
in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| H A D | IrToPicture.js | |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_linker-inl.h | 47 inline void ClassLinker::AddClassRoot(ClassRoot root, Class *klass) in AddClassRoot() argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
| H A D | coverage_dir.py | 50 def root(self) -> Path: member in CoverageDir
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ |
| H A D | work_dir.py | 42 def root(self) -> Path: member in WorkDir
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/test/ |
| H A D | test_ap.py | 30 root = None
variable [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| H A D | ets_vm_test.cpp | 65 static void AssertCompoundClassRoot(EtsClassLinker *classLinker, EtsClassRoot root) in AssertCompoundClassRoot() argument 91 static void AssertCompoundContainerClassRoot(EtsClassLinker *classLinker, EtsClassRoot root) in AssertCompoundContainerClassRoot() argument 111 static void AssertPrimitiveClassRoot(EtsClassLinker *classLinker, EtsClassRoot root) in AssertPrimitiveClassRoot() argument 131 static void AssertPrimitiveContainerClassRoot(EtsClassLinker *classLinker, EtsClassRoot root) in AssertPrimitiveContainerClassRoot() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| H A D | gc_utils.cpp | 112 auto root = stripUntilRoot(val); in HasBeenGcRef() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_hashset_iterator.cpp | 120 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
|
| H A D | js_api_hashmap_iterator.cpp | 126 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.h | 109 explicit LifeIntervalsTree(LifeIntervalsTreeNode *root) : root_(root) {}; in LifeIntervalsTree() argument
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_class_linker_extension.cpp | 154 size_t CoreClassLinkerExtension::GetClassVTableSize(ClassRoot root) in GetClassVTableSize() argument 199 size_t CoreClassLinkerExtension::GetClassIMTSize(ClassRoot root) in GetClassIMTSize() argument 244 size_t CoreClassLinkerExtension::GetClassSize(ClassRoot root) in GetClassSize() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | ason_test.cpp | 266 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_json.cpp | 142 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in ParseWithTransformType() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_json_test.cpp | 145 auto root = PtJson::CreateObject(); in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker-inl.h | 104 ARK_INLINE bool SharedGCMarkerBase::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_layout.cpp | 89 HClassLayoutDesc *PGOHClassTreeDesc::GetOrInsertHClassLayoutDesc(ProfileType type, bool root) in GetOrInsertHClassLayoutDesc() argument 106 bool PGOHClassTreeDesc::DumpForRoot(JSTaggedType root, ProfileType rootType) in DumpForRoot() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer.cpp | 105 bool BaseSerializer::SerializeSpecialObjIndividually(JSType objectType, TaggedObject *root, in SerializeSpecialObjIndividually() argument 130 void BaseSerializer::SerializeHClassFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end) in SerializeHClassFieldIndividually() argument 174 SerializeSFunctionFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end) SerializeSFunctionFieldIndividually() argument 227 SerializeLexicalEnvFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end) SerializeLexicalEnvFieldIndividually() argument 250 SerializeSendableEnvFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end) SerializeSendableEnvFieldIndividually() argument 273 SerializeAsyncFunctionFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end) SerializeAsyncFunctionFieldIndividually() argument 326 SerializeTaggedObjField(SerializeType serializeType, TaggedObject *root, ObjectSlot start, ObjectSlot end) SerializeTaggedObjField() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_hash_array.cpp | 97 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, node); in TreeingBin() local 203 JSHandle<RBTreeNode> root in SetVal() local 253 RBTreeNode *root = RBTreeNode::Cast(rootTreeNodeVa.GetTaggedObject()); RemoveNode() local 280 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); GetCurrentNode() local 290 JSHandle<LinkedNode> root = JSHandle<LinkedNode>::Cast(rootValue); GetCurrentNode() local [all...] |