Home
last modified time | relevance | path

Searched defs:root_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_root_type.cpp20 std::ostream &operator<<(std::ostream &os, RootType root_type) in operator <<()
Dgc_adaptive_stack.cpp72 void GCAdaptiveStack::PushToStack(RootType root_type, const ObjectHeader *object) in PushToStack()
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers.h86 inline void ValidateObject([[maybe_unused]] RootType root_type, [[maybe_unused]] const ObjectHeader… in ValidateObject()
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h570 auto root_type = is_dynamic ? VRegInfo::Type::ANY : VRegInfo::Type::OBJECT; in EnumerateRoots() local