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.cpp2018 [[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.cpp254 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
Dcodegen.cpp2614 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp455 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/
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.h330 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.cpp1317 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1446 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2485 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()
Dmcr_lowering.cpp538 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
Dtyped_hcr_lowering.cpp888 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, ParamType srcType) in LowerPrimitiveToNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp310 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
Dx64_MPIsel.cpp519 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2204 GateRef srcType = GetObjectType(LoadHClass(glue, srcArray)); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp287 JSType srcType = srcArray->GetClass()->GetObjectType(); in CopyTypedArrayBuffer() local