Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp204 uint32_t numExplicitArgs = tsManager->GetFunctionTypeLength(funcGT); in LoadArgTypes()
Dts_hcr_lowering.cpp1263 uint32_t len = tsManager_->GetFunctionTypeLength(funcGt); in LowerTypedCall()
1421 uint32_t len = tsManager_->GetFunctionTypeLength(funcGt); in LowerTypedThisCall()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h255 uint32_t PUBLIC_API GetFunctionTypeLength(GlobalTSTypeRef gt) const;
Dts_manager.cpp574 uint32_t TSManager::GetFunctionTypeLength(GlobalTSTypeRef gt) const in GetFunctionTypeLength() function in panda::ecmascript::TSManager
1114 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr()