Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp497 JSHandle<JSTaggedValue> transIhc, in InsertTransitionItem()
599 …oArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc, in SetEntry()
621 JSTaggedValue transIhc = Get(entryIndex + TRANS_IHC_INDEX); in GetTransition() local
632 JSTaggedValue transIhc = Get(index + TRANS_IHC_INDEX); in FindTransition() local
Djs_hclass.cpp432 JSHandle<JSTaggedValue> transIhc(thread, transHc.first); in FindTransitionProtoForAOT() local
445 const JSHandle<JSTaggedValue> &transIhc, in ReBuildFunctionInheritanceRelationship()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp198 … JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in GenProtoTransitionInfo() local
368 … JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in MergeRepresentationForProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp197 JSHandle<JSTaggedValue> transIhc(thread, JSTaggedValue::Undefined()); in ProfileProtoTransitionPrototype() local