| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 210 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| D | x64_MPIsel.cpp | 74 MIRType *retType = cgFunc->GetFunction().GetReturnType(); in SelectReturn() local 416 Operand* retOpnd, PrimType retType) in SelectLibCall() 591 void X64MPIsel::SelectCalleeReturn(MIRType *retType, ListOperand &retOpnds) in SelectCalleeReturn() 623 MIRType *retType = fn->GetReturnType(); in SelectCall() local 657 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode.GetRetTyIdx()); in SelectIcall() local 1497 PrimType retType = node.GetPrimType(); in SelectCctz() local 1525 PrimType retType = node.GetPrimType(); in SelectCclz() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 230 int32 AArch64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() 705 int32 AArch64WebKitJSCC::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() 845 int32 GHCCC::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 699 #define DECLARE_BUILTINS_OBJECT_STUB_BUILDER(type, method, retType, retDefaultValue) … argument 731 #define DECLARE_BUILTINS_COLLECTION_STUB_BUILDER(type, method, retType, retDefaultValue) … argument 782 #define DECLARE_BUILTINS_NUMBER_STUB_BUILDER(type, method, retType, retDefaultValue) … argument 805 #define DECLARE_BUILTINS_TYPEDARRAY_STUB_BUILDER(type, method, retType, retDefaultValue) … argument
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | irtoc_runtime.h | 67 auto retType = compiler::DataType::NO_TYPE; in GetMethodReturnType() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 190 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 350 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 431 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TestProtos() local 524 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 629 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
|
| D | debug_info_extractor_test.cpp | 50 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 136 if (auto retType {GetRuntime()->GetMethodReturnType(GetGraph()->GetMethod())}; in GetCallerRegistersToRestore() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | c2i_bridge_test.cpp | 119 Method *MakeNoArgsMethod(TypeId retType, int64_t ret) in MakeNoArgsMethod() 181 TypeId retType = *shortyIt++; in MakeCheckArgsMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_function.cpp | 179 void MIRFunction::SetReturnStruct(const MIRType &retType) in SetReturnStruct() 185 void MIRFunction::SetReturnStruct(const MIRType *retType) in SetReturnStruct()
|
| D | mir_parser.cpp | 805 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(PTY_void)); in EnterUndeclaredFunction() local 1040 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(retSymbol->GetTyIdx()); in ParseStmtIntrinsiccall() local 1093 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(retSymbol->GetTyIdx()); in ParseStmtIntrinsiccallwithtype() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 55 …Builder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | clone.cpp | 109 MIRType *retType = returnType; in CloneFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 524 void SetRetType(RetType retType) in SetRetType() 701 …RetType retType = kRegNull; /* if this insn is call, it represent the return register type R0/V0 */ variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.h | 154 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.h | 165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem()
|
| D | file_item_container.cpp | 240 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem… in GetOrCreateProtoItem() 1002 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoKey()
|
| D | file_reader.cpp | 665 Type retType = protoAcc.GetReturnType(); in CreateMethodItem() local 866 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 848 panda_file::Type retType = GetReturnType(); in GetReturnValueFromTaggedValue() local
|
| D | class.h | 850 auto retType = m.GetReturnType(); in LookupGetterByName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 56 PrimType retType; member 1216 MIRType *retType = nullptr; in GenBlockNode() local 2160 MIRType *retType = nullptr; in LowerCall() local 2232 MIRType *retType = func.GetReturnType(); in LowerEntry() local 2896 MIRType *retType = IntrinDesc::intrinTable[intrinNode->GetIntrinsic()].GetReturnType(); in LowerDassign() local 3030 MIRType *retType = desc.GetReturnType(); in LowerJavascriptIntrinsicop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 222 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType() 274 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params ¶ms_, b… in CreateFunctionInternal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 682 Type *retType; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 816 LiteCGType *retType = ConvertLiteCGTypeFromVariableType(stubDescriptor->GetReturnType()); in GenerateFuncType() local 1629 auto *retType = lmirBuilder_->GetStructType("overflow_internal@i32"); in VisitAddWithOverflow() local 1661 auto *retType = lmirBuilder_->GetStructType("overflow_internal@i32"); in VisitSubWithOverflow() local 1693 auto *retType = lmirBuilder_->GetStructType("overflow_internal@i32"); in VisitMulWithOverflow() local
|