Home
last modified time | relevance | path

Searched defs:tsType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp284 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in IsStaticFunc() local
350 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeLength() local
360 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetUnionTypeByIndex() local
373 JSHandle<TSType> tsType(type); in GetTypeKind() local
555 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFuncName() local
567 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetMethodIndex() local
577 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFunctionTypeLength() local
586 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFuncParameterTypeGT() local
595 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in GetFuncThisGT() local
606 JSHandle<JSTaggedValue> tsType = GetTSType(gt); in IsGetterSetterFunc() local
[all …]
Dts_type.cpp287 JSHandle<JSTaggedValue> tsType = tsManager->GetTSType(kindGt); in GetPropTypeGT() local
Dts_type_parser.cpp460 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in FillInterfaceMethodTypes() local
779 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in TryReplaceTypePara() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp132 void PGOTypeInfer::CollectGateType(CollectedType &types, GateType tsType, PGORWOpType pgoTypes) in CollectGateType()
264 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler()
332 GateType tsType = acc_.GetGateType(receiver); in UpdateTypeForRWOp() local
Dpgo_type_infer.h39 GateType tsType; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_class_analysis.cpp25 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(*iter); in Run() local
Dts_hclass_generator.cpp27 JSHandle<JSTaggedValue> tsType = tsManager_->GetTSType(gt); in GenerateTSHClasses() local