Home
last modified time | relevance | path

Searched refs:SetReturnStruct (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp175 void MIRFunction::SetReturnStruct() in SetReturnStruct() function in maple::MIRFunction
179 void MIRFunction::SetReturnStruct(const MIRType &retType) in SetReturnStruct() function in maple::MIRFunction
185 void MIRFunction::SetReturnStruct(const MIRType *retType) in SetReturnStruct() function in maple::MIRFunction
Dparser.cpp758 … fn->SetReturnStruct(*GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcType->GetRetTyIdx())); in ParseFields()
2044 func.SetReturnStruct(*retType); in ParsePrototype()
Dbin_mpl_import.cpp358 … fn->SetReturnStruct(*GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcType->GetRetTyIdx())); in UpdateMethodSymbols()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h471 void SetReturnStruct();
472 void SetReturnStruct(const MIRType &retType);
493 void SetReturnStruct(const MIRType *retType);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3639 fn.SetReturnStruct(); in LowerDefaultIntrinsicCall()