Home
last modified time | relevance | path

Searched refs:kTypeInstantVector (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dir_safe_cast_traits.def55 REGISTER_SAFE_CAST(MIRInstantVectorType, from.GetKind() == kTypeInstantVector);
Dmir_type.h236 kTypeInstantVector, // represent a vector of instantiation pairs enumerator
2437 MIRInstantVectorType() : MIRType(kTypeInstantVector, PTY_agg) {} in MIRInstantVectorType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp129 case MIRTypeKind::kTypeInstantVector: in LiteCGGetTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp332 RegisterFactoryFunction<OutputTypeFactory>(kTypeInstantVector, OutputTypeInstantVector); in InitOutputTypeFactory()