Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp498 JSHandle<JSTaggedValue> transPhc) in InsertTransitionItem()
600 JSTaggedValue transPhc) in SetEntry()
622 JSTaggedValue transPhc = Get(entryIndex + TRANS_PHC_INDEX); in GetTransition() local
633 JSTaggedValue transPhc = Get(index + TRANS_PHC_INDEX); in FindTransition() local
Djs_hclass.cpp433 JSHandle<JSTaggedValue> transPhc(thread, transHc.second); in FindTransitionProtoForAOT() local
446 const JSHandle<JSTaggedValue> &transPhc) in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp199 … JSTaggedValue transPhc = QueryHClass(protoTransType.transPhcType, protoTransType.transPhcType); in GenProtoTransitionInfo() local
369 … JSTaggedValue transPhc = QueryHClass(protoTransType.transPhcType, protoTransType.transPhcType); in MergeRepresentationForProtoTransition() local
Dpgo_hclass_generator.cpp137 for (auto &transPhc : transPhcs) { in CalculateMaxNumOfObjIncludeProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp198 JSHandle<JSTaggedValue> transPhc(thread, prototype->GetTaggedObject()->GetClass()); in ProfileProtoTransitionPrototype() local