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.cpp197 JSTaggedValue baseIhc = QueryHClass(protoTransType.baseRootType, protoTransType.baseType); in GenProtoTransitionInfo() local
367 JSTaggedValue baseIhc = QueryHClass(protoTransType.baseRootType, protoTransType.baseType); in MergeRepresentationForProtoTransition() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp136 JSTaggedType baseIhc = transitionTable->GetFakeParent(JSTaggedType(phcRoot)); in ProfileProtoTransitionClass() local
172 JSHandle<JSTaggedValue> baseIhc) in ProfileProtoTransitionPrototype()
1209 JSTaggedType baseIhc = transitionTable->GetFakeParent(phc1Root.GetRawData()); in TryDumpProtoTransitionType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp424 JSHandle<JSHClass> baseIhc(thread, proto->GetTaggedObject()->GetClass()); in FindTransitionProtoForAOT() local
444 const JSHandle<JSTaggedValue> &baseIhc, in ReBuildFunctionInheritanceRelationship()
Dtagged_dictionary.cpp496 JSHandle<JSTaggedValue> baseIhc, in InsertTransitionItem()
Djs_function.cpp239 JSHandle<JSTaggedValue> baseIhc(thread, value->GetTaggedObject()->GetClass()); in PrototypeSetter() local