Home
last modified time | relevance | path

Searched defs:refs_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dref_cache_builder.h72 PandaList<RefVector *> *refs_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.h82 ObjectPointer<ObjectHeader> refs_[REFS_IN_BLOCK]; // NOLINT(modernize-avoid-c-arrays) variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_js2sts_test.cpp127 std::array<napi_ref, EXPECTED_XREFS_COUNT> refs_; member in ark::ets::interop::js::TestGCListener