Home
last modified time | relevance | path

Searched refs:GetHClassIndexByInstanceGateType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp46 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(info.Type()); in ComputeForClassInstance()
Dts_inline_lowering.cpp324 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in GetPlrData()
495 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in InlineAccessorCheck()
599 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in IsAccessor()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp117 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(type); in CheckAndInsert()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h372 int PUBLIC_API GetHClassIndexByInstanceGateType(const kungfu::GateType &gateType);
Dts_manager.cpp71 int TSManager::GetHClassIndexByInstanceGateType(const kungfu::GateType &gateType) in GetHClassIndexByInstanceGateType() function in panda::ecmascript::TSManager