Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 9 of 9) 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.cpp595 auto &refs = p->GetRefTypes(); in GetProto() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts249 refs: Identifier[]; property
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb64 attr_reader :refs, :name accessor in Label
/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.cpp79 std::tuple<Ts &...> refs; member