| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | spill_fill_data.h | 30 …SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataTy… in SpillFillData()
|
| D | graph_checker.cpp | 2018 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 205 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
|
| D | encode_visitor.cpp | 254 auto srcType = inst->GetInputType(0); in VisitCast() local 291 auto srcType = inst->GetInputType(0); in VisitBitcast() local 759 auto srcType = inst->GetInputType(0); in VisitNotPositiveCheck() local 772 auto srcType = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local
|
| D | codegen.cpp | 2614 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 455 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local 638 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateSharedFromTypedArray() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | exceptions.cpp | 134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | peepholes_test.cpp | 121 void CheckCast(DataType::Type srcType, DataType::Type tgtType, bool applied) in CheckCast() 171 …Graph *BuildCheckCastResJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtT… in BuildCheckCastResJoined() 191 …Graph *BuildCheckCastResNotJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type t… in BuildCheckCastResNotJoined() 211 …void CheckCast(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType, bool applie… in CheckCast() 248 auto srcType = static_cast<DataType::Type>(i); in CheckCast() local
|
| D | const_folding_test.cpp | 44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 86 PrimType srcType; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 330 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1244 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local 1386 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
|
| D | builtins_typedarray.cpp | 1317 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local 1446 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2485 GateRef srcType = GetObjectType(arrayCls); in NewTaggedSubArray() local 2532 GateRef NewObjectStubBuilder::NewTypedArray(GateRef glue, GateRef srcTypedArray, GateRef srcType, G… in NewTypedArray() 2605 …f NewObjectStubBuilder::NewTypedArraySameType(GateRef glue, GateRef srcTypedArray, GateRef srcType, in NewTypedArraySameType()
|
| D | mcr_lowering.cpp | 538 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
|
| D | typed_hcr_lowering.cpp | 888 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, ParamType srcType) in LowerPrimitiveToNumber()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 310 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|
| D | x64_MPIsel.cpp | 519 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 2204 GateRef srcType = GetObjectType(LoadHClass(glue, srcArray)); in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 287 JSType srcType = srcArray->GetClass()->GetObjectType(); in CopyTypedArrayBuffer() local
|