Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dref_block.cpp100 PandaVector<Reference *> refs; in GetAllReferencesInFrame() local
149 auto refs = GetAllReferencesInFrame(); in PrintBlock() local
Dreference_storage.cpp320 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/
Dref_cache_builder.h31 RefCacheBuilder(G1GC<LanguageConfig> *gc, PandaList<RefVector *> *refs, size_t regionSizeBits, in RefCacheBuilder()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp740 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/
Dheap_dump_test.cpp140 …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/
Dlinker_context_misc.cpp77 auto refs = p->GetRefTypes(); in ReprMethod() local
Dlinker_context.cpp602 auto &refs = p->GetRefTypes(); in GetProto() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts253 refs: Identifier[]; property
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb64 attr_reader :refs, :name accessor in Label
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp515 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/
Dgc_intrusion.cpp475 void GcIntrusion::RewriteWithGc(CallInst *call, GcRefLiveness *liveness, SetVector<Value *> *refs, in RewriteWithGc()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp78 std::tuple<Ts &...> refs; member