Searched defs:refs (Results 1 – 9 of 9) sorted by relevance
101 PandaVector<Reference *> refs; in GetAllReferencesInFrame() local150 auto refs = GetAllReferencesInFrame(); in PrintBlock() local
319 const PandaVector<mem::Reference *> &refs = lastBlock->GetAllReferencesInFrame(); in GetAllObjects() local348 auto refs = lastBlock->GetAllReferencesInFrame(); in DumpLocalRefClasses() local378 auto refs = frame->GetAllReferencesInFrame(); in DumpLocalRef() local422 auto refs = lastBlock->GetAllReferencesInFrame(); in RemoveAllLocalRefs() local
31 RefCacheBuilder(G1GC<LanguageConfig> *gc, PandaList<RefVector *> *refs, size_t regionSizeBits, in RefCacheBuilder()
77 auto refs = p->GetRefTypes(); in ReprMethod() local
595 auto &refs = p->GetRefTypes(); in GetProto() local
249 refs: Identifier[]; property
64 attr_reader :refs, :name accessor in Label
475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
79 std::tuple<Ts &...> refs; member