Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp166 uint32_t parameterLength = tsManager_->GetFunctionTypeLength(gt); in GetAccessorGT()
Dts_manager.h186 uint32_t PUBLIC_API GetFunctionTypeLength(GlobalTSTypeRef gt) const;
Dts_manager.cpp512 uint32_t TSManager::GetFunctionTypeLength(GlobalTSTypeRef gt) const in GetFunctionTypeLength() function in panda::ecmascript::TSManager
1122 uint32_t parameterLength = GetFunctionTypeLength(gt); in GetFunctionTypeStr()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h255 uint32_t GetFunctionTypeLength() const in GetFunctionTypeLength() function
257 return tsManager_->GetFunctionTypeLength(GetFunctionGT()); in GetFunctionTypeLength()
Dtype_recorder.cpp244 uint32_t numExplicitArgs = tsManager->GetFunctionTypeLength(funcGT); in LoadArgTypes()
Dtyped_bytecode_lowering.cpp1489 uint32_t len = tacc.GetFunctionTypeLength(); in LowerTypedCall()
1609 uint32_t len = tacc.GetFunctionTypeLength(); in LowerTypedThisCall()