Home
last modified time | relevance | path

Searched refs:transIhc (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.cpp497 JSHandle<JSTaggedValue> transIhc, in InsertTransitionItem()
511 thread, insertEntry, baseIhc.GetTaggedValue(), transIhc.GetTaggedValue(), transPhc.GetTaggedValue()); in InsertTransitionItem()
517 thread, insertEntry, baseIhc.GetTaggedValue(), transIhc.GetTaggedValue(), transPhc.GetTaggedValue()); in InsertTransitionItem()
599 void ProtoArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc, in SetEntry() argument
607 Set(thread, ihcIndex, transIhc); in SetEntry()
621 JSTaggedValue transIhc = Get(entryIndex + TRANS_IHC_INDEX); in GetTransition() local
623 return std::make_pair(transIhc, transPhc); in GetTransition()
632 JSTaggedValue transIhc = Get(index + TRANS_IHC_INDEX); in FindTransition() local
634 return std::make_pair(transIhc, transPhc); in FindTransition()
494 InsertTransitionItem(const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc, JSHandle<JSTaggedValue> transIhc, JSHandle<JSTaggedValue> transPhc) InsertTransitionItem() argument
H A Dtagged_dictionary.h211 JSHandle<JSTaggedValue> transIhc,
233 void SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc,
H A Djs_hclass.cpp400 JSHandle<JSTaggedValue> transIhc(thread, transHc.first); in FindTransitionProtoForAOT()
402 if (transIhc->IsUndefined() || transPhc->IsUndefined()) { in FindTransitionProtoForAOT()
405 ReBuildFunctionInheritanceRelationship(thread, proto, JSHandle<JSTaggedValue>(baseIhc), transIhc, transPhc); in FindTransitionProtoForAOT()
406 return JSHClass::Cast(transIhc->GetTaggedObject()); in FindTransitionProtoForAOT()
413 const JSHandle<JSTaggedValue> &transIhc, in ReBuildFunctionInheritanceRelationship()
416 JSHandle<JSHClass>::Cast(transIhc)->SetProto(thread, proto.GetTaggedValue()); in ReBuildFunctionInheritanceRelationship()
432 JSHClass::EnableProtoChangeMarker(thread, JSHandle<JSHClass>(transIhc)); in ReBuildFunctionInheritanceRelationship()
410 ReBuildFunctionInheritanceRelationship(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, const JSHandle<JSTaggedValue> &baseIhc, const JSHandle<JSTaggedValue> &transIhc, const JSHandle<JSTaggedValue> &transPhc) ReBuildFunctionInheritanceRelationship() argument
H A Djs_hclass.h459 const JSHandle<JSTaggedValue> &transIhc,
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp173 JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in GenProtoTransitionInfo() local
175 if (ihc.IsUndefined() || baseIhc.IsUndefined() || transIhc.IsUndefined() || transPhc.IsUndefined()) { in GenProtoTransitionInfo()
182 JSHandle<JSTaggedValue>(thread_, transIhc), in GenProtoTransitionInfo()
191 JSHandle<JSTaggedValue>(thread_, transIhc), in GenProtoTransitionInfo()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp162 JSHandle<JSTaggedValue> transIhc(thread, JSTaggedValue::Undefined()); in ProfileProtoTransitionPrototype()

Completed in 14 milliseconds