Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h30 uint32_t refNum = cls->GetRefFieldsNum<false>(); in HandleObject() local
58 uint32_t refNum = cls->GetRefFieldsNum<true>(); in HandleClass() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject-references-iterator-inl.h164 auto refNum = cls->GetRefFieldsNum<true>(); in IterateClassReferences() local
179 auto refNum = cls->GetRefFieldsNum<true>(); in IterateClassReferences() local
198 auto refNum = cls->GetRefFieldsNum<false>(); in IterateObjectReferences() local
231 auto refNum = cls->GetRefFieldsNum<false>(); in IterateObjectReferences() local
Dobject_helpers-inl.h38 uint32_t refNum = cls->GetRefFieldsNum<true>(); in TraverseClass() local
72 uint32_t refNum = cls->GetRefFieldsNum<false>(); in TraverseObject() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dproto_data_accessor-inl.h76 size_t refNum = 0; in IsEqual() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp57 auto refNum = pda.GetRefNum(); in Proto() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp98 size_t refNum = 0; in CreateCopiedMethod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp1316 auto refNum = inst->GetArgRefNumber(); in VisitParameter() local