| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.cpp | 100 PandaVector<Reference *> refs; in GetAllReferencesInFrame() local 149 auto refs = GetAllReferencesInFrame(); in PrintBlock() local
|
| D | reference_storage.cpp | 320 const PandaVector<mem::Reference *> &refs = lastBlock->GetAllReferencesInFrame(); in GetAllObjects() local 349 auto refs = lastBlock->GetAllReferencesInFrame(); in DumpLocalRefClasses() local 379 auto refs = frame->GetAllReferencesInFrame(); in DumpLocalRef() local 423 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/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | rawheap_translate.cpp | 740 std::vector<Node *> refs; in BuildEdges() local 760 void RawHeapTranslateV2::BuildFieldEdges(Node *node, std::vector<Node *> &refs) in BuildFieldEdges() 788 void RawHeapTranslateV2::BuildJSObjectEdges(Node *node, std::vector<Node *> &refs, uint32_t endOffs… in BuildJSObjectEdges()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 140 …bool CheckHashInNodeId(JSThread *thread, const std::vector<Reference> &refs, const std::string &fi… in CheckHashInNodeId() 230 …bool MatchHeapObjectReferencesV1(const std::vector<Reference> &refs, const CSet<JSTaggedType> &dum… in MatchHeapObjectReferencesV1() 240 …bool MatchHeapObjectReferencesV2(const std::vector<Reference> &refs, const CSet<uint32_t> &dumpObj… in MatchHeapObjectReferencesV2() 1541 #define CREATE_OBJECT_AND_ADD_REFS(generator, typeName, refs) \ argument 1548 #define CREATE_ARRAY_AND_ADD_REFS(generator, typeName, length, refs) \ argument 1556 std::vector<Reference> &refs) in CreateObjectsForBinaryDump()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 77 auto refs = p->GetRefTypes(); in ReprMethod() local
|
| D | linker_context.cpp | 602 auto &refs = p->GetRefTypes(); in GetProto() local
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 253 refs: Identifier[]; property
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 64 attr_reader :refs, :name accessor in Label
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 515 auto &refs = IsZeroConstantOrNullPtr(inst) ? nullSet_ : currentBlockState_->NewUnknownRef(); in AddDirectEdge() local 929 const auto &refs = defaultConstructed ? visitor_->GetNullSet() : escaped_; in CreateFieldRefSetForNewObject() local 1035 void BasicBlockState::Escape(ArenaVector<Ref> &worklist, const ArenaTypedRefSet &refs) in Escape()
|
| /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 | 78 std::tuple<Ts &...> refs; member
|