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()
186 …BaseSnapshotInfo::CheckAOTIhcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &ihc, in CheckAOTIhcPropertiesForRep()
250 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
300 JSHandle<JSTaggedValue> ihc = undefinedHandle; in StoreDataToGlobalData() local
348 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
378 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_constantpool_patcher.cpp55 JSTaggedValue ihc = aotHCInfoArray->Get(0); in SetObjectFunctionFromConstPool() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp196 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in GenProtoTransitionInfo() local
366 JSTaggedValue ihc = QueryHClass(protoTransType.ihcType, protoTransType.ihcType); in MergeRepresentationForProtoTransition() local
Dpgo_type_parser.cpp316 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.cpp2870 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass()
2887 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
Dobject_factory.cpp1058 JSHandle<JSHClass> ihc(globalEnv->GetObjectFunctionNapiClass()); in CreateNapiObject() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp65 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local
155 JSTaggedType ihc = (desc.GetValue())->GetRawData(); in ProfileProtoTransitionClass() local
217 … JSHandle<JSHClass> ihc = factory->NewEcmaHClass(JSObject::SIZE, JSType::JS_OBJECT, oldPrototype); in ProfileProtoTransitionPrototype() local
1286 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in DumpDefineClass() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h921 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass()
1154 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local
2262 const JSHandle<JSTaggedValue>& ihc, in DefineFuncTryUseAOTHClass()
Druntime_stubs.cpp4218 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first paramet… in DEF_RUNTIME_STUBS() local