Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp39 JSHandle<JSTaggedValue> ihc = TryGetHClass(rootType, childType); in TryGetIHClass() local
128 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo()
187 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep()
251 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
301 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local
349 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
379 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_constantpool_patcher.cpp55 JSTaggedValue ihc = aotHCInfoArray->Get(thread, 0); in SetObjectFunctionFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp198 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local
368 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in MergeRepresentationForProtoTransition() local
Dpgo_type_parser.cpp284 auto ihc = ptManager_->QueryHClass(classType, classType); in GenerateHClassForPrototype() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp497 JSHandle<JSTaggedValue> ihc, in InsertTransitionItem()
526 const JSThread *thread, JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> baseIhc) const in FindTransitionByHClass()
Djs_object.cpp3013 const JSHandle<JSHClass> &ihc, in CreateObjectFromPropertiesByIHClass()
3037 const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
Dobject_factory.cpp1094 JSHandle<JSHClass> ihc(globalEnv->GetObjectFunctionNapiClass()); in CreateNapiObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp66 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local
158 JSTaggedType ihc = (desc.GetValue())->GetRawData(); in ProfileProtoTransitionClass() local
220 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local
1319 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h925 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass()
944 const JSHandle<JSTaggedValue> &ihc, in DefineInterfaceTypeOwnProperty()
965 const JSHandle<JSTaggedValue> &ihc, in EntranceForDefineClass()
1208 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local
2404 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
Druntime_stubs.cpp4658 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local