Home
last modified time | relevance | path

Searched defs:transPhc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp201 … JSTaggedValue transPhc = QueryHClass(protoTransType.transPhcType, protoTransType.transPhcType); in GenProtoTransitionInfo() local
371 … JSTaggedValue transPhc = QueryHClass(protoTransType.transPhcType, protoTransType.transPhcType); in MergeRepresentationForProtoTransition() local
Dpgo_hclass_generator.cpp121 for (auto &transPhc : transPhcs) { in CalculateMaxNumOfObjIncludeProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp500 JSHandle<JSTaggedValue> transPhc) in InsertTransitionItem()
602 JSTaggedValue transPhc) in SetEntry()
624 JSTaggedValue transPhc = Get(thread, entryIndex + TRANS_PHC_INDEX); in GetTransition() local
635 JSTaggedValue transPhc = Get(thread, index + TRANS_PHC_INDEX); in FindTransition() local
Djs_hclass.cpp454 JSHandle<JSTaggedValue> transPhc(thread, transHc.second); in FindTransitionProtoForAOT() local
467 const JSHandle<JSTaggedValue> &transPhc) in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp201 JSHandle<JSTaggedValue> transPhc(thread, prototype->GetTaggedObject()->GetClass()); in ProfileProtoTransitionPrototype() local