Home
last modified time | relevance | path

Searched defs:retType (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h67 auto retType = compiler::DataType::NO_TYPE; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_call_conv.cpp155 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
H A Dx64_MPIsel.cpp67 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 Daarch64_call_conv.cpp32 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 Djs_interop_inst_builder.cpp58 IntrinsicInst *InstBuilder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dc2i_bridge_test.cpp120 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 Dinterpreter_test.cpp124 panda_file::PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(panda_file::Type::TypeId::VOID); in CreateMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp386 auto *retType = returnType_->HasTypeFlag(TypeFlag::ETS_PRIMITIVE) in BoxPrimitives() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp51 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
H A Dfile_item_container_test.cpp197 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 Dfile_item_container.h160 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp669 panda_file::Type retType = method->GetProto().GetReturnType(); in GetJsRef() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp452 ProtoItem::ProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in ProtoItem() argument
H A Dfile_item_container.h165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem() argument
H A Dfile_reader.cpp636 Type retType = protoAcc.GetReturnType(); in SetRetType() local
828 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
H A Dfile_item_container.cpp241 ProtoItem *ItemContainer::GetOrCreateProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetOrCreateProtoItem() argument
995 ItemContainer::ProtoKey::ProtoKey(TypeItem *retType, const std::vector<MethodParamItem> &params) in ProtoKey() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCreation.cpp655 auto *retType = signature->ReturnType(); in FunctionTypeToFunctionalInterfaceType() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h868 panda_file::Type retType = GetReturnType(); in GetReturnValueFromTaggedValue() local
H A Dclass.h855 auto retType = m.GetReturnType(); in LookupGetterByName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h523 Type *retType; member in maple::litecg::LMIRBuilder::FunctionBuilder
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp781 auto *retType = signature->ReturnType(); in Check() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h274 auto retType = Builder()->GetMethodReturnType(methodId_); in BuildDefaultStaticIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp247 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 Dlmir_builder.cpp147 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType() argument
200 Function &LMIRBuilder::CreateFunctionInternal(const String &name, Type *retType, Params &params_, bool isVargs, in CreateFunctionInternal() argument

Completed in 39 milliseconds

12