Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp71 hclassIndex = tsManager_->GetConstructorHClassIndexByClassGateType(type); in ComputeForClassOrObject()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp111 int hclassIndex = tsManager_->GetConstructorHClassIndexByClassGateType(type); in CheckAndInsert()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h374 int PUBLIC_API GetConstructorHClassIndexByClassGateType(const kungfu::GateType &gateType);
Dts_manager.cpp92 int TSManager::GetConstructorHClassIndexByClassGateType(const kungfu::GateType &gateType) in GetConstructorHClassIndexByClassGateType() function in panda::ecmascript::TSManager