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.cpp61 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc, in CollectLiteralInfo()
132 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
170 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
205 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
240 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer_helper.cpp234 JSHClass *ihc = JSHClass::Cast(tsManager_->GetTSHClass(curType).GetTaggedObject()); in ComputeCommonSuperClassTypes() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_parser.cpp222 auto ihc = ptManager_->QueryHClass(classType, classType); in CreatePGOType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h539 explicit IHClassData(JSTaggedType ihc) : ihc_(ihc) {} in IHClassData()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h854 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass()
1029 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local
2064 const JSHandle<JSTaggedValue> &ihc) in DefineFuncTryUseAOTHClass()
Druntime_stubs.cpp3364 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the third paramet… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2619 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass()
2636 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp82 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local