Home
last modified time | relevance | path

Searched defs:valType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp611 auto valType = inst->GetInputType(SECOND_OPERAND); in CreateFloat32ArrayFillInternal() local
623 auto valType = inst->GetInputType(SECOND_OPERAND); in CreateFloat64ArrayFillInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h847 GateRef CircuitBuilder::GetValueFromTaggedArray(VariableType valType, GateRef array, GateRef index) in GetValueFromTaggedArray()
863 void CircuitBuilder::SetValueToTaggedArray(VariableType valType, GateRef glue, in SetValueToTaggedArray()
Dstub_builder-inl.h2673 inline void StubBuilder::SetValueToTaggedArray(VariableType valType, GateRef glue, GateRef array, in SetValueToTaggedArray()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp526 auto valType = ark::panda_file::Type::GetTypeIdBySignature(typeDesc[0]); in TypeAPIMakeArrayInstance() local