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/
Dspill_fill_data.h30 …SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataTy… in SpillFillData()
Dgraph_checker.cpp2011 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h205 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
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
Dcodegen.cpp2576 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp456 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local
639 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateSharedFromTypedArray() local
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp121 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
Dconst_folding_test.cpp44 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/
Daarch64_cgfunc.h86 PrimType srcType; member
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1244 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1386 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
Dbuiltins_typedarray.cpp1343 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1470 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp264 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
Dx64_MPIsel.cpp474 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2225 GateRef srcType = GetObjectType(arrayCls); in NewTaggedSubArray() local
2272 GateRef NewObjectStubBuilder::NewTypedArray(GateRef glue, GateRef srcTypedArray, GateRef srcType, G… in NewTypedArray()
2346 …f NewObjectStubBuilder::NewTypedArraySameType(GateRef glue, GateRef srcTypedArray, GateRef srcType, in NewTypedArraySameType()
Dmcr_lowering.cpp501 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
Dtyped_hcr_lowering.cpp761 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, ParamType srcType) in LowerPrimitiveToNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2196 GateRef srcType = GetObjectType(LoadHClass(srcArray)); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp280 JSType srcType = srcArray->GetClass()->GetObjectType(); in CopyTypedArrayBuffer() local