Home
last modified time | relevance | path

Searched defs:retType (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp68 void AArch64CallConvImpl::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
357 void AArch64WebKitJSCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
497 void GHCCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dc2i_bridge_test.cpp120 Method *MakeNoArgsMethod(TypeId retType, int64_t ret) in MakeNoArgsMethod()
182 TypeId retType = *shortyIt++; in MakeCheckArgsMethod() local
256 void FillBodyEpilogue(const TypeId &retType, std::ostringstream &body) in FillBodyEpilogue()
273 …std::ostringstream GetFileWithInfo(LanguageContext &ctx, TypeId retType, const std::ostringstream … in GetFileWithInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp216 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
Dx64_MPIsel.cpp74 MIRType *retType = cgFunc->GetFunction().GetReturnType(); in SelectReturn() local
417 Operand *retOpnd, PrimType retType) in SelectLibCall()
589 void X64MPIsel::SelectCalleeReturn(MIRType *retType, ListOperand &retOpnds) in SelectCalleeReturn()
621 MIRType *retType = fn->GetReturnType(); in SelectCall() local
655 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode.GetRetTyIdx()); in SelectIcall() local
1498 PrimType retType = node.GetPrimType(); in SelectCctz() local
1541 PrimType retType = node.GetPrimType(); in SelectCclz() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h67 auto retType = compiler::DataType::NO_TYPE; in GetMethodReturnType() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp196 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
356 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
437 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TestProtos() local
530 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
635 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
Ddebug_info_extractor_test.cpp50 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_function.cpp179 void MIRFunction::SetReturnStruct(const MIRType &retType) in SetReturnStruct()
185 void MIRFunction::SetReturnStruct(const MIRType *retType) in SetReturnStruct()
Dmir_parser.cpp69 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(PTY_void)); in EnterUndeclaredFunction() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp147 if (auto retType {GetRuntime()->GetMethodReturnType(GetGraph()->GetMethod())}; in GetCallerRegistersToRestore() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp58 …Builder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp388 auto *retType = returnType_->HasTypeFlag(TypeFlag::ETS_PRIMITIVE) in BoxPrimitives() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp109 MIRType *retType = returnType; in CloneFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp95 auto *retType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassFieldGetterSetter() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem()
Dfile_item_container.cpp240 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem… in GetOrCreateProtoItem()
994 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> &params) in ProtoKey()
Dfile_reader.cpp634 Type retType = protoAcc.GetReturnType(); in SetRetType() local
826 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h160 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h868 panda_file::Type retType = GetReturnType(); in GetReturnValueFromTaggedValue() local
Dclass.h850 auto retType = m.GetReturnType(); in LookupGetterByName() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp645 auto *retType = signature->ReturnType(); in FunctionTypeToFunctionalInterfaceType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp225 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType()
278 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params &params_, b… in CreateFunctionInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h691 Type *retType; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp46 PrimType retType; member
1047 MIRType *retType = nullptr; in GenBlockNode() local
1841 MIRType *retType = func.GetReturnType(); in LowerEntry() local
2480 MIRType *retType = IntrinDesc::intrinTable[intrinNode->GetIntrinsic()].GetReturnType(); in LowerDassign() local

12