Home
last modified time | relevance | path

Searched refs:GlobalEnvField (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Denum_conversion.h24 inline constexpr std::optional<GlobalEnvField> ToGlobelEnvPrototypeField(BuiltinTypeId type) in ToGlobelEnvPrototypeField()
28 return GlobalEnvField::UINT8_CLAMPED_ARRAY_FUNCTION_PROTO_INDEX; in ToGlobelEnvPrototypeField()
30 return GlobalEnvField::UINT8_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
32 return GlobalEnvField::TYPED_ARRAY_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
34 return GlobalEnvField::INT8_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
36 return GlobalEnvField::UINT16_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
38 return GlobalEnvField::UINT32_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
40 return GlobalEnvField::INT16_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
42 return GlobalEnvField::INT32_ARRAY_FUNCTION_PROTOTYPE_INDEX; in ToGlobelEnvPrototypeField()
44 return GlobalEnvField in ToGlobelEnvPrototypeField()
[all...]
H A Dglobal_env.h31 using Field = GlobalEnvField;
34 static constexpr uint16_t index = static_cast<uint16_t>(GlobalEnvField::index);
39 static constexpr uint16_t FINAL_INDEX = static_cast<uint16_t>(GlobalEnvField::FINAL_INDEX);
H A Dglobal_env_fields.h326 enum class GlobalEnvField: uint16_t { class
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.cpp70 return static_cast<size_t>(GlobalEnvField::NUMBER_FUNCTION_INDEX); in GetGlobalEnvIndex()
72 return static_cast<size_t>(GlobalEnvField::BIGINT_FUNCTION_INDEX); in GetGlobalEnvIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp1010 GlobalEnvField index = static_cast<GlobalEnvField>(globalsId.GetGlobalEnvId()); in TryLowerTypedLdObjByNameForGlobalsId()
1129 std::optional<GlobalEnvField> protoField = ToGlobelEnvPrototypeField(type); in TryLowerTypedLdObjByNameForBuiltinMethod()
H A Dtype_info_accessors.cpp1109 auto hasInstanceEnvIndex = static_cast<size_t>(GlobalEnvField::HASINSTANCE_SYMBOL_INDEX); in GetKeyTaggedValue()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp724 globalIndex.UpdateGlobalEnvId(static_cast<size_t>(GlobalEnvField::OBJECT_FUNCTION_INDEX)); in InitializeObject()

Completed in 16 milliseconds