Searched defs:refs (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.cpp | 101 PandaVector<Reference *> refs; in GetAllReferencesInFrame() local 150 auto refs = GetAllReferencesInFrame(); in PrintBlock() local
|
| D | reference_storage.cpp | 319 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/ |
| D | ref_cache_builder.h | 31 RefCacheBuilder(G1GC<LanguageConfig> *gc, PandaList<RefVector *> *refs, size_t regionSizeBits, in RefCacheBuilder()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 77 auto refs = p->GetRefTypes(); in ReprMethod() local
|
| D | linker_context.cpp | 579 auto &refs = p->GetRefTypes(); in GetProto() local
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 229 refs: Identifier[]; property
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 64 attr_reader :refs, :name accessor in Label
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 2596 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/ |
| D | gc_intrusion.cpp | 475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | assignAnalyzer.cpp | 77 std::tuple<Ts &...> refs; member
|