Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp101 PandaVector<Reference *> refs; in GetAllReferencesInFrame() local
150 auto refs = GetAllReferencesInFrame(); in PrintBlock() local
Dreference_storage.cpp319 const PandaVector<mem::Reference *> &refs = lastBlock->GetAllReferencesInFrame(); in GetAllObjects() local
348 auto refs = lastBlock->GetAllReferencesInFrame(); in DumpLocalRefClasses() local
378 auto refs = frame->GetAllReferencesInFrame(); in DumpLocalRef() local
422 auto refs = lastBlock->GetAllReferencesInFrame(); in RemoveAllLocalRefs() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dref_cache_builder.h31 RefCacheBuilder(G1GC<LanguageConfig> *gc, PandaList<RefVector *> *refs, size_t regionSizeBits, in RefCacheBuilder()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp77 auto refs = p->GetRefTypes(); in ReprMethod() local
Dlinker_context.cpp536 auto &refs = p->GetRefTypes(); in GetProto() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts290 refs: Identifier[]; property
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb64 attr_reader :refs, :name accessor in Label
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp3568 MapleMap<uint32, uint32> refs = lr.GetRefs(pred.GetId()); in EncountPrevRef() local
3607 MapleMap<uint32, uint32> refs = lr.GetRefs(succ.GetId()); in EncountNextRef() local
3657 MapleMap<uint32, uint32> refs = lr.GetRefs(insn.GetBB()->GetId()); in HavePrevRefInCurBB() local
3681 MapleMap<uint32, uint32> refs = lr.GetRefs(insn.GetBB()->GetId()); in HaveNextDefInCurBB() local
4604 MapleMap<uint32, uint32> refs = lr->GetRefs(bb->GetId()); in BuildWorkList() local