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.cpp402 JSHandle<JSTaggedValue> transPhc(thread, transHc.second); in FindTransitionProtoForAOT() local
415 const JSHandle<JSTaggedValue> &transPhc) in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.cpp101 for (auto &transPhc : transPhcs) { in CaculateMaxNumOfObjIncludeProtoTransition() local
Dpgo_type_manager.cpp175 … JSTaggedValue transPhc = QueryHClass(protoTransType.transPhcType, protoTransType.transPhcType); in GenProtoTransitionInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp163 JSHandle<JSTaggedValue> transPhc(thread, prototype->GetTaggedObject()->GetClass()); in ProfileProtoTransitionPrototype() local