Home
last modified time | relevance | path

Searched defs:baseIhc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp199 JSTaggedValue baseIhc = QueryHClass(protoTransType.baseRootType, protoTransType.baseType); in GenProtoTransitionInfo() local
369 JSTaggedValue baseIhc = QueryHClass(protoTransType.baseRootType, protoTransType.baseType); in MergeRepresentationForProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp139 JSTaggedType baseIhc = transitionTable->GetFakeParent(JSTaggedType(phcRoot)); in ProfileProtoTransitionClass() local
175 JSHandle<JSTaggedValue> baseIhc) in ProfileProtoTransitionPrototype()
1241 JSTaggedType baseIhc = transitionTable->GetFakeParent(phc1Root.GetRawData()); in TryDumpProtoTransitionType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp445 JSHandle<JSHClass> baseIhc(thread, proto->GetTaggedObject()->GetClass()); in FindTransitionProtoForAOT() local
465 const JSHandle<JSTaggedValue> &baseIhc, in ReBuildFunctionInheritanceRelationship()
Dtagged_dictionary.cpp498 JSHandle<JSTaggedValue> baseIhc, in InsertTransitionItem()
Djs_function.cpp303 JSHandle<JSTaggedValue> baseIhc(thread, value->GetTaggedObject()->GetClass()); in PrototypeSetter() local