Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dmarking_collector_test.cpp116 CArrayList<BaseObject *> roots; in HWTEST_F_L0() local
138 RootSet roots; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.cpp118 llvm::SmallVector<const llvm::Value *, 8U> roots; in HasBeenGcRef() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp254 std::vector<uint64_t> roots(file.GetHeaderLeft()); in ReadRootTable() local
350 void RawHeapTranslateV1::AddSyntheticRootNode(std::vector<uint64_t> &roots) in AddSyntheticRootNode()
586 std::vector<uint32_t> roots(file.GetHeaderLeft()); in ReadRootTable() local
691 void RawHeapTranslateV2::AddSyntheticRootNode(std::vector<uint32_t> &roots) in AddSyntheticRootNode()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp226 auto roots = save_state->GetRootsRegsMask(); in TEST_F() local
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp342 MarkStack<BaseObject*> roots; in IterateRoot() local
350 MarkStack<BaseObject*> roots; in IterateWeakRoot() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_common_test.cpp266 auto roots = saveState->GetRootsRegsMask(); in TEST_F() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp530 for (const auto &roots : rootSet) { in EnumRoots() local
892 CArrayList<BaseObject *> roots; in EnumRootsFlip() local