Home
last modified time | relevance | path

Searched defs:transIhc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp173 JSTaggedValue transIhc = QueryHClass(protoTransType.transIhcType, protoTransType.transIhcType); in GenProtoTransitionInfo() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_dictionary.cpp599 void ProtoArray::SetEntry(const JSThread *thread, uint32_t index, JSTaggedValue key, JSTaggedValue transIhc, in SetEntry() argument
621 JSTaggedValue transIhc = Get(entryIndex + TRANS_IHC_INDEX); in GetTransition() local
632 JSTaggedValue transIhc = Get(index + TRANS_IHC_INDEX); in FindTransition() local
494 InsertTransitionItem(const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc, JSHandle<JSTaggedValue> transIhc, JSHandle<JSTaggedValue> transPhc) InsertTransitionItem() argument
H A Djs_hclass.cpp410 ReBuildFunctionInheritanceRelationship(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, const JSHandle<JSTaggedValue> &baseIhc, const JSHandle<JSTaggedValue> &transIhc, const JSHandle<JSTaggedValue> &transPhc) ReBuildFunctionInheritanceRelationship() argument

Completed in 7 milliseconds