Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 10 of 10) 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.cpp579 auto &refs = p->GetRefTypes(); in GetProto() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts229 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.cpp2596 MapleMap<uint32, uint32> refs = lr.GetRefs(pred.GetId()); in EncountPrevRef() local
2635 MapleMap<uint32, uint32> refs = lr.GetRefs(succ.GetId()); in EncountNextRef() local
2685 MapleMap<uint32, uint32> refs = lr.GetRefs(insn.GetBB()->GetId()); in HavePrevRefInCurBB() local
2709 MapleMap<uint32, uint32> refs = lr.GetRefs(insn.GetBB()->GetId()); in HaveNextDefInCurBB() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp77 std::tuple<Ts &...> refs; member