Searched refs:GetFunctionTypeLength (Results 1 – 4 of 4) sorted by relevance
204 uint32_t numExplicitArgs = tsManager->GetFunctionTypeLength(funcGT); in LoadArgTypes()
1263 uint32_t len = tsManager_->GetFunctionTypeLength(funcGt); in LowerTypedCall()1421 uint32_t len = tsManager_->GetFunctionTypeLength(funcGt); in LowerTypedThisCall()
255 uint32_t PUBLIC_API GetFunctionTypeLength(GlobalTSTypeRef gt) const;
574 uint32_t TSManager::GetFunctionTypeLength(GlobalTSTypeRef gt) const in GetFunctionTypeLength() function in panda::ecmascript::TSManager1114 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr()