Home
last modified time | relevance | path

Searched defs:ihc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp41 JSHandle<JSTaggedValue> ihc = TryGetHClass(rootType, childType); in TryGetIHClass() local
130 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo()
188 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep()
252 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
302 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local
350 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
380 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp172 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local
Dpgo_type_parser.cpp258 auto ihc = ptManager_->QueryHClass(classType, classType); in GenerateHClassForPrototype() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp495 JSHandle<JSTaggedValue> ihc, in InsertTransitionItem()
524 const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc) const in FindTransitionByHClass()
Djs_object.cpp2779 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass()
2796 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp68 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local
124 JSTaggedType ihc = func->GetProtoTransRootHClass().GetRawData(); in ProfileProtoTransitionClass() local
174 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local
1347 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h894 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass()
1131 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local
2235 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
Druntime_stubs.cpp3886 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local