Home
last modified time | relevance | path

Searched refs:SetReturnStruct (Results 1 – 4 of 4) 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
Dbin_mpl_import.cpp225 … fn->SetReturnStruct(*GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcType->GetRetTyIdx())); in UpdateMethodSymbols()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h472 void SetReturnStruct();
473 void SetReturnStruct(const MIRType &retType);
494 void SetReturnStruct(const MIRType *retType);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2870 fn.SetReturnStruct(); in LowerDefaultIntrinsicCall()