Searched refs:valType (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.h | 697 GateRef CircuitBuilder::GetValueFromTaggedArray(VariableType valType, GateRef array, GateRef index) in GetValueFromTaggedArray() argument 701 return Load(valType, array, dataOffset); in GetValueFromTaggedArray() 711 void CircuitBuilder::SetValueToTaggedArray(VariableType valType, GateRef glue, in SetValueToTaggedArray() argument 716 Store(valType, glue, array, dataOffset, val); in SetValueToTaggedArray()
|
H A D | circuit_builder.h | 632 inline GateRef GetValueFromTaggedArray(VariableType valType, GateRef array, GateRef index); 646 inline void SetValueToTaggedArray(VariableType valType, GateRef glue, GateRef array, GateRef index, GateRef val);
|
H A D | stub_builder-inl.h | 2318 inline void StubBuilder::SetValueToTaggedArray(VariableType valType, GateRef glue, GateRef array, in SetValueToTaggedArray() argument 2324 Store(valType, glue, array, dataOffset, val, mAttr); in SetValueToTaggedArray()
|
H A D | stub_builder.h | 596 void SetValueToTaggedArray(VariableType valType, GateRef glue, GateRef array, GateRef index, GateRef val,
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Type.cpp | 561 auto valType = ark::panda_file::Type::GetTypeIdBySignature(typeDesc[0]); in TypeAPIMakeArrayInstance() local 562 switch (valType.GetId()) { in TypeAPIMakeArrayInstance()
|
Completed in 14 milliseconds