| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | irtoc_runtime.h | 67 auto retType = compiler::DataType::NO_TYPE; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_call_conv.cpp | 155 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
|
| H A D | x64_MPIsel.cpp | 67 MIRType *retType = cgFunc->GetFunction().GetReturnType(); in SelectReturn() local 218 void X64MPIsel::SelectCalleeReturn(MIRType *retType, ListOperand &retOpnds) in SelectCalleeReturn() argument 250 MIRType *retType = fn->GetReturnType(); in SelectCall() local 284 MIRType *retType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(iCallNode.GetRetTyIdx()); SelectIcall() local 816 PrimType retType = node.GetPrimType(); SelectCctz() local 859 PrimType retType = node.GetPrimType(); SelectCclz() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_call_conv.cpp | 32 void AArch64CallConvImpl::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument 182 void AArch64WebKitJSCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| H A D | js_interop_inst_builder.cpp | 58 IntrinsicInst *InstBuilder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | c2i_bridge_test.cpp | 120 Method *MakeNoArgsMethod(TypeId retType, int64_t ret) in MakeNoArgsMethod() argument 182 TypeId retType = *shortyIt++; in MakeCheckArgsMethod() local 256 FillBodyEpilogue(const TypeId &retType, std::ostringstream &body) FillBodyEpilogue() argument 273 GetFileWithInfo(LanguageContext &ctx, TypeId retType, const std::ostringstream &signature, const std::ostringstream &body) GetFileWithInfo() argument [all...] |
| H A D | interpreter_test.cpp | 124 panda_file::PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(panda_file::Type::TypeId::VOID); in CreateMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | signature.cpp | 386 auto *retType = returnType_->HasTypeFlag(TypeFlag::ETS_PRIMITIVE) in BoxPrimitives() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | debug_info_extractor_test.cpp | 51 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
|
| H A D | file_item_container_test.cpp | 197 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 357 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 439 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TestProtos() local 533 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local 638 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_item_container.h | 160 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ts2ets_copy.cpp | 669 panda_file::Type retType = method->GetProto().GetReturnType(); in GetJsRef() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.cpp | 452 ProtoItem::ProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoItem() argument
|
| H A D | file_item_container.h | 165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem() argument
|
| H A D | file_reader.cpp | 636 Type retType = protoAcc.GetReturnType(); in SetRetType() local 828 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
|
| H A D | file_item_container.cpp | 241 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetOrCreateProtoItem() argument 995 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoKey() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | method.cpp | 104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCreation.cpp | 655 auto *retType = signature->ReturnType(); in FunctionTypeToFunctionalInterfaceType() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | method.h | 868 panda_file::Type retType = GetReturnType(); in GetReturnValueFromTaggedValue() local
|
| H A D | class.h | 855 auto retType = m.GetReturnType(); in LookupGetterByName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| H A D | lmir_builder.h | 523 Type *retType; member in maple::litecg::LMIRBuilder::FunctionBuilder
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 781 auto *retType = signature->ReturnType(); in Check() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 274 auto retType = Builder()->GetMethodReturnType(methodId_); in BuildDefaultStaticIntrinsic() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 247 MIRType *retType = nullptr; in GenBlockNode() local 828 MIRType *retType = IntrinDesc::intrinTable[intrinNode->GetIntrinsic()].GetReturnType(); in LowerDassign() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 147 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType() argument 200 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params ¶ms_, bool isVargs, in CreateFunctionInternal() argument
|