Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1262 void TSManager::TryGetIhcAndChc(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> &ihc, JSHandle<JSTagged… in TryGetIhcAndChc()
1326 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1351 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1374 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1407 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo()
Dts_manager.h630 explicit IHClassData(JSTaggedType ihc) : ihc_(ihc) {} in IHClassData()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp214 JSHClass *ihc = JSHClass::Cast(tsManager_->GetTSHClass(curType).GetTaggedObject()); in ComputeCommonSuperClassTypes() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2141 JSHClass *ihc = JSHClass::Cast(ihcVal.GetTaggedObject()); in CreateObjectFromProperties() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h936 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local