| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 31 void AArch64CallConvImpl::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() 181 void AArch64WebKitJSCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| D | aarch64_cgfunc.cpp | 3538 MIRType *retType = fn->GetReturnType(); in SelectCall() local 3592 MIRType *retType = icallNode.GetCallReturnType(); in SelectIcall() local 4566 PrimType retType = node.GetPrimType(); in SelectHeapConstant() local 4625 PrimType retType = node.GetPrimType(); in SelectGetHeapConstantTable() local 4635 PrimType retType = node.GetPrimType(); in SelectTaggedObjectIsString() local 4645 PrimType retType = node.GetPrimType(); in SelectIsCOWArray() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | c2i_bridge_test.cpp | 120 Method *MakeNoArgsMethod(TypeId retType, int64_t ret) in MakeNoArgsMethod() 181 TypeId retType = *shortyIt++; in MakeCheckArgsMethod() local 254 void FillBodyEpilogue(const TypeId &retType, std::ostringstream &body) in FillBodyEpilogue() 271 …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/ |
| D | x64_call_conv.cpp | 153 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| D | x64_MPIsel.cpp | 64 MIRType *retType = cgFunc->GetFunction().GetReturnType(); in SelectReturn() local 216 void X64MPIsel::SelectCalleeReturn(MIRType *retType, ListOperand &retOpnds) in SelectCalleeReturn() 248 MIRType *retType = fn->GetReturnType(); in SelectCall() local 281 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode.GetRetTyIdx()); in SelectIcall() local 914 PrimType retType = node.GetPrimType(); in SelectCctz() local 957 PrimType retType = node.GetPrimType(); in SelectCclz() local 966 PrimType retType = node.GetPrimType(); in SelectHeapConstant() local 1028 PrimType retType = node.GetPrimType(); in SelectGetHeapConstantTable() local
|
| /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/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 290 auto retType = GetMethodReturnType(methodId); in BuildCallByName() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.cpp | 302 auto *retType = checker->MaybeBoxType(returnType_); in ToArrowSignature() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 198 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 358 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 440 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TestProtos() local 534 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 639 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
|
| D | debug_info_extractor_test.cpp | 51 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | asyncMethodLowering.cpp | 68 auto *retType = checker->CreateETSAsyncFuncReturnTypeFromPromiseType(promiseType); in CreateAsyncImplMethodReturnTypeAnnotation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 58 …Builder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 148 if (auto retType {GetRuntime()->GetMethodReturnType(GetGraph()->GetMethod())}; in GetCallerRegistersToRestore() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_item_container.h | 170 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem()
|
| D | file_item_container.cpp | 241 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem… in GetOrCreateProtoItem() 1075 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoKey()
|
| D | file_reader.cpp | 640 Type retType = protoAcc.GetReturnType(); in SetRetType() local 832 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.h | 162 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 239 MIRType *retType = nullptr; in GenBlockNode() local 798 MIRType *retType = IntrinDesc::intrinTable[intrinNode->GetIntrinsic()].GetReturnType(); in LowerDassign() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_stubs-inl.h | 236 auto retType = m.GetReturnType(); in LookupGetterByName() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 527 Type *retType; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 148 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType() 201 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params ¶ms_, b… in CreateFunctionInternal()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 886 panda_file::Type retType = GetReturnType(); in GetReturnValueFromTaggedValue() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | inlay_hints.cpp | 263 std::string retType; in GetFunctionReturnTypeForHints() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.cpp | 234 #define TWO_ARGS_CALL_SIGNATURE(name, retType) \ argument 247 #define THREE_ARGS_CALL_SIGNATURE(name, retType) \ argument 261 #define FOUR_ARGS_CALL_SIGNATURE(name, retType) \ argument 276 #define FIVE_ARGS_CALL_SIGNATURE(name, retType) \ argument
|