Home
last modified time | relevance | path

Searched defs:src_type (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dlib_call_inst.h43 auto src_type = inst->GetInputType(0); in HasLibCall() local
Dcodegen.cpp2555 auto src_type = inst->GetInputType(0); in VisitCast() local
2595 auto src_type = inst->GetInputType(0); in CastToAny() local
3212 auto src_type = inst->GetInputType(0); in VisitNullCheck() local
3273 auto src_type = inst->GetInputType(0); in VisitZeroCheck() local
3284 auto src_type = inst->GetInputType(0); in VisitNegativeCheck() local
3296 auto src_type = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local
5372 auto src_type = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h30 …SpillFillData(LocationType src_type, LocationType dst_type, unsigned src_val, unsigned dst_val, Da… in SpillFillData()
Dgraph_checker.cpp1523 [[maybe_unused]] auto src_type = inst->GetInputType(0); in CheckDataFlow() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb218 def src_type method
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h124 Class *src_type; member
314 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h185 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp140 void ThrowClassCastException(const Class *dst_type, const Class *src_type) in ThrowClassCastException()