Searched defs:baseIhc (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_manager.cpp | 172 JSTaggedValue baseIhc = QueryHClass(protoTransType.baseRootType, protoTransType.baseType); in GenProtoTransitionInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_dictionary.cpp | 494 InsertTransitionItem(const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc, JSHandle<JSTaggedValue> transIhc, JSHandle<JSTaggedValue> transPhc) InsertTransitionItem() argument [all...] |
| H A D | js_hclass.cpp | 410 ReBuildFunctionInheritanceRelationship(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, const JSHandle<JSTaggedValue> &baseIhc, const JSHandle<JSTaggedValue> &transIhc, const JSHandle<JSTaggedValue> &transPhc) ReBuildFunctionInheritanceRelationship() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 118 JSTaggedType baseIhc = transitionTable->GetFakeParent(JSTaggedType(phcRoot)); in ProfileProtoTransitionClass() local 1279 JSTaggedType baseIhc = transitionTable->GetFakeParent(phc1Root.GetRawData()); in TryDumpProtoTransitionType() local 138 ProfileProtoTransitionPrototype(JSHandle<JSFunction> func, JSHandle<JSTaggedValue> prototype, JSHandle<JSTaggedValue> oldPrototype, JSHandle<JSTaggedValue> baseIhc) ProfileProtoTransitionPrototype() argument
|
Completed in 10 milliseconds