Home
last modified time | relevance | path

Searched defs:root (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Druntime_default_ets_test_dir.py31 def root(self) -> Path: member in RuntimeDefaultEtsTestDir
H A Dets_test_dir.py57 def root(self) -> Path: member in EtsTestDir
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dlayout_visitor.h28 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 Dvisitor.h54 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 Dparallel_marker-inl.h30 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 Dparallel_evacuator-inl.h56 VisitBodyInObj( TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback) VisitBodyInObj() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_node_test.cpp75 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, head); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DIrToPicture.js
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker-inl.h47 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 Dcoverage_dir.py50 def root(self) -> Path: member in CoverageDir
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/
H A Dwork_dir.py42 def root(self) -> Path: member in WorkDir
/arkcompiler/ets_runtime/tools/ap_file_viewer/test/
H A Dtest_ap.py30 root = None variable
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
H A Dets_vm_test.cpp65 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 Dgc_utils.cpp112 auto root = stripUntilRoot(val); in HasBeenGcRef() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset_iterator.cpp120 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
H A Djs_api_hashmap_iterator.cpp126 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.h109 explicit LifeIntervalsTree(LifeIntervalsTreeNode *root) : root_(root) {}; in LifeIntervalsTree() argument
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp154 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 Dason_test.cpp266 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp142 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in ParseWithTransformType() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp145 auto root = PtJson::CreateObject(); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h104 ARK_INLINE bool SharedGCMarkerBase::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, in VisitBodyInObj() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp89 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 Dbase_serializer.cpp105 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 Dtagged_hash_array.cpp97 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...]

Completed in 25 milliseconds

12