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