Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h272 ArrayType *CreateArrayType(Type *elemType, std::vector<uint32_t> &dimSize);
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h307 GlobalTSTypeRef PUBLIC_API CreateArrayType();
Dts_type_parser.cpp652 genericsGT = tsManager_->CreateArrayType(); in ParseGenericsInstanceType()
Dts_manager.cpp657 GlobalTSTypeRef TSManager::CreateArrayType() in CreateArrayType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp177 ArrayType *LMIRBuilder::CreateArrayType(Type *elemType, std::vector<uint32_t> &dimSize) in CreateArrayType() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp920 return UpdateType(gate, tsManager_->CreateArrayType()); in InferCallFunction()