Home
last modified time | relevance | path

Searched refs:attributes_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.h172 return attributes_; in GetAttr()
177 attributes_ = PropertyAttributes(attr); in SetAttr()
182 attributes_ = attr; in SetAttr()
187 return !attributes_.GetValue(); in IsPrimitiveAttr()
217 attributes_.SetIsInlinedProps(flag); in SetIsInlinedProps()
382 PropertyAttributes attributes_; member in panda::ecmascript::final
H A Dobject_operator.cpp421 ? attributes_.GetDictSharedFieldType() in GetSharedFieldType()
422 : attributes_.GetSharedFieldType(); in GetSharedFieldType()
742 attributes_.SetRepresentation(attr.GetRepresentation()); in UpdateDataValue()
1069 attributes_.SetRepresentation(attr.GetRepresentation()); in AddPropertyInternal()
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.h110 auto it = attributes_.find(attribute); in GetAttributeValues()
111 if (it == attributes_.cend()) { in GetAttributeValues()
135 return attributes_; in GetAttributes()
155 auto it = attributes_.find(key); in StoreValue()
156 if (it == attributes_.cend()) { in StoreValue()
157 std::tie(it, std::ignore) = attributes_.try_emplace(key); in StoreValue()
190 std::unordered_map<std::string, std::vector<std::string>> attributes_; member in ark::pandasm::Metadata
/arkcompiler/runtime_core/assembler/
H A Dmeta.h110 auto it = attributes_.find(attribute); in GetAttributeValues()
111 if (it == attributes_.cend()) { in GetAttributeValues()
135 return attributes_; in GetAttributes()
156 auto it = attributes_.find(key); in StoreValue()
157 if (it == attributes_.cend()) { in StoreValue()
158 std::tie(it, std::ignore) = attributes_.try_emplace(key); in StoreValue()
191 std::unordered_map<std::string, std::vector<std::string>> attributes_; member in panda::pandasm::Metadata

Completed in 6 milliseconds