Home
last modified time | relevance | path

Searched refs:FromType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h109 template <typename FromType>
110 static PGOSampleTemplate ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom()
490 template <typename FromType>
491 static PGOProtoChainTemplate *ConvertFrom(PGOContext &context, FromType *from) in ConvertFrom()
577 template <typename FromType>
578 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom()
779 template <typename FromType>
780 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom()
846 template <typename FromType>
847 void ConvertFrom(PGOContext &context, const FromType
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.h165 template <typename FromType>
166 void ConvertFrom(PGOContext &context, const FromType &from) in ConvertFrom()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcmpl.h306 PrimType FromType() const in FromType() function
H A Dmir_nodes.h292 PrimType FromType() const in FromType() function in maple::TypeCvtNode
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp528 if ((cvt.FromType() == PTY_ptr) || (cvt.FromType() == PTY_ref)) { in LowerTypePtr()
696 static_cast<TypeCvtNode &>(expr).FromType() != PTY_u1); in LowerExpr()
710 PrimType fromType = cvtExpr.FromType(); in LowerExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp131 LogInfo::MapleLogger() << GetPrimTypeName(GetPrimType()) << " " << GetPrimTypeName(FromType()); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1276 PrimType fromPtyp = node->FromType(); in FoldTypeCvt()
1307 Opcode(node->GetOpCode()), PrimType(node->GetPrimType()), PrimType(node->FromType()), e); in FoldTypeCvt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp211 targetPtyp = static_cast<const TypeCvtNode &>(parent).FromType(); in HandleCmp()
H A Disel.cpp402 targetPtyp = static_cast<const TypeCvtNode &>(parent).FromType(); in HandleCmp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp2719 PrimType ftype = node.FromType();
2987 PrimType fromType = node.FromType();
3007 PrimType ftype = node.FromType();
4053 PrimType fromType = typeCvtNode->FromType();

Completed in 22 milliseconds