Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/runtime/tests/
Dclass_linker_test_extension.h46 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/
Dcore_class_linker_extension.cpp144 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/
Dclass_linker_extension.h73 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()
Dclass_linker-inl.h47 inline void ClassLinker::AddClassRoot(ClassRoot root, Class *klass) in AddClassRoot()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp56 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
100 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
132 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
Dverification.cpp29 [[maybe_unused]] bool isNative) { in VisitAllObjects()
Dparallel_evacuator.cpp154 …[&]([[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/
Dtagged_hash_array.cpp101 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
Dtagged_node.cpp75 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/
Daot_manager.h86 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/
Dclass_linker_context.h113 for (auto root : roots_) { in VisitGCRoots() local
121 for (auto root : roots_) { in AddGCRoot() local
Dclass_linker_extension.cpp80 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/
Dgc_root.cpp63 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/
Dheap_verifier.cpp68 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/
Dsnapshot_env.cpp67 [[maybe_unused]]bool isNative) { in HandleObjectField()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp66 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in Parse() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlive_registers.h111 explicit LifeIntervalsTree(LifeIntervalsTreeNode *root) : root_(root) {}; in LifeIntervalsTree()
Dlive_registers.cpp107 LifeIntervalsTreeNode *root {nullptr}; in BuildIntervalsTree() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp99 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, head); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js24 root: path.resolve(__dirname), property
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp106 JSHandle<RBTreeNode> root(thread, rootVa); in Remove() local
Djs_api_hashmap_iterator.cpp132 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp126 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h73 void SetRoot(GateRef root) in SetRoot()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp145 auto root = PtJson::CreateObject(); in HWTEST_F_L0() local

12