Searched defs:transIhc (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.cpp | 497 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
|
| D | js_hclass.cpp | 432 JSHandle<JSTaggedValue> transIhc(thread, transHc.first); in FindTransitionProtoForAOT() local 445 const JSHandle<JSTaggedValue> &transIhc, in ReBuildFunctionInheritanceRelationship()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 198 … 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/ |
| D | pgo_profiler.cpp | 197 JSHandle<JSTaggedValue> transIhc(thread, JSTaggedValue::Undefined()); in ProfileProtoTransitionPrototype() local
|