Home
last modified time | relevance | path

Searched defs:srcType (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dspill_fill_data.h30 SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData() argument
H A Dgraph_checker.cpp2011 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dconst_folding_test.cpp44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest() argument
H A Dpeepholes_test.cpp121 void CheckCast(DataType::Type srcType, DataType::Type tgtType, bool applied) in CheckCast() argument
171 Graph *BuildCheckCastResJoined(DataType::Type srcType, DataTyp argument
191 BuildCheckCastResNotJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType) BuildCheckCastResNotJoined() argument
211 CheckCast(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType, bool applied, bool joinCast) CheckCast() argument
248 auto srcType = static_cast<DataType::Type>(i); CheckCast() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h210 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
H A Dencode_visitor.cpp252 auto srcType = inst->GetInputType(0); in VisitCast() local
289 auto srcType = inst->GetInputType(0); in VisitBitcast() local
757 auto srcType = inst->GetInputType(0); in VisitNotPositiveCheck() local
770 auto srcType = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local
H A Dcodegen.cpp2567 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h86 PrimType srcType; member
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp456 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local
639 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateSharedFromTypedArray() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp1217 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1359 DataViewType srcType in Slice() local
[all...]
H A Dbuiltins_typedarray.cpp1344 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1471 DataViewType srcType in Slice() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() argument
H A Dx64_MPIsel.cpp421 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp490 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
H A Dshare_gate_meta_data.h417 static uint64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE) in ToValue() argument
H A Dnew_object_stub_builder.cpp2170 GateRef NewObjectStubBuilder::NewTypedArray(GateRef glue, GateRef srcTypedArray, GateRef srcType, GateRef length) in NewTypedArray() argument
H A Dtyped_hcr_lowering.cpp750 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, ParamType srcType) in LowerPrimitiveToNumber() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2222 GateRef srcType = GetObjectType(LoadHClass(srcArray)); in Set() local

Completed in 60 milliseconds