Home
last modified time | relevance | path

Searched defs:transIhc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp200 … JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in GenProtoTransitionInfo() local
370 … JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in MergeRepresentationForProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp499 JSHandle<JSTaggedValue> transIhc, in InsertTransitionItem()
601 …oArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc, in SetEntry()
623 JSTaggedValue transIhc = Get(thread, entryIndex + TRANS_IHC_INDEX); in GetTransition() local
634 JSTaggedValue transIhc = Get(thread, index + TRANS_IHC_INDEX); in FindTransition() local
Djs_hclass.cpp453 JSHandle<JSTaggedValue> transIhc(thread, transHc.first); in FindTransitionProtoForAOT() local
466 const JSHandle<JSTaggedValue> &transIhc, in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp200 JSHandle<JSTaggedValue> transIhc(thread, JSTaggedValue::Undefined()); in ProfileProtoTransitionPrototype() local