Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Delements.h71 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
77 MUST_USE_RESULT inline PropertyAttributes GetAttributes( in GetAttributes() function
81 return GetAttributes(receiver, holder, key, handle(holder->elements())); in GetAttributes()
Delements.cc634 MUST_USE_RESULT virtual PropertyAttributes GetAttributes( in GetAttributes() function in v8::internal::ElementsAccessorBase
1599 return ElementsAccessor::ForArray(arguments)->GetAttributes( in GetAttributesImpl()
Dobjects.cc4087 PropertyAttributes attr = object->GetElementsAccessor()->GetAttributes( in GetElementAttributeWithoutInterceptor()
/external/gptfdisk/
Dattributes.h28 uint64_t GetAttributes(void) const {return attributes;} in GetAttributes() function
Dgptpart.h67 Attributes GetAttributes(void) {return attributes;} in GetAttributes() function
Dattributes.cc224 os << data.GetAttributes(); in operator <<()
Dgptcurses.cc337 printw("Attribute flags: %016x\n", partitions[partNum].GetAttributes().GetAttributes()); in ShowInfo()
Dgpt.cc2383 theAttr = partitions[partNum].GetAttributes(); in ManageAttributes()
2385 partitions[partNum].SetAttributes(theAttr.GetAttributes()); in ManageAttributes()
2405 partitions[partNum].GetAttributes().OperateOnAttributes(partNum, "get", attributeBits); in GetAttribute()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1210 DWARFDebugInfoEntry::GetAttributes in GetAttributes() function in DWARFDebugInfoEntry
1269 … die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
1276 … die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
1922 GetAttributes(dwarf2Data, cu, NULL, attributes); in GetParentDeclContextDIE()
1992 GetAttributes(dwarf2Data, cu, NULL, attributes); in GetQualifiedName()
DDWARFDebugPubnames.cpp108 … const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes); in GeneratePubnames()
DSymbolFileDWARF.cpp1421 const size_t num_attributes = die->GetAttributes (this, in ParseTemplateDIE()
1720 const size_t num_attributes = die->GetAttributes (this, in ParseChildMembers()
2125 const size_t num_attributes = die->GetAttributes (this, in ParseChildMembers()
3453 die->GetAttributes(this, dwarf_cu, NULL, attributes); in FunctionDieMatchesPartialName()
4166 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attributes); in ParseChildParameters()
4332 …const size_t num_child_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attribute… in ParseChildEnumerators()
4412 …const size_t num_child_attributes = die->GetAttributes(this, dwarf_cu, fixed_form_sizes, attribute… in ParseChildArrayInfo()
5693 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType()
5881 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType()
6258 … const size_t num_attributes = die->GetAttributes(this, dwarf_cu, NULL, attributes); in ParseType()
[all …]
DDWARFDebugInfoEntry.h162 size_t GetAttributes(
DDWARFCompileUnit.cpp669 … const size_t num_attributes = die.GetAttributes(m_dwarf2Data, this, fixed_form_sizes, attributes); in Index()