Home
last modified time | relevance | path

Searched refs:GetTSHClass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp47 auto hclassValue = tsManager_->GetTSHClass(type); in UpdateTSHClassFromPGO()
60 auto superHClassValue = tsManager_->GetTSHClass(current); in UpdateTSHClassFromPGO()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp214 JSHClass *ihc = JSHClass::Cast(tsManager_->GetTSHClass(curType).GetTaggedObject()); in ComputeCommonSuperClassTypes()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h378 JSTaggedValue GetTSHClass(const kungfu::GateType &gateType) const;
Dts_manager.cpp776 JSTaggedValue TSManager::GetTSHClass(const kungfu::GateType &gateType) const in GetTSHClass() function in panda::ecmascript::TSManager