/external/v8/src/ |
D | elements.h | 71 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()
|
D | elements.cc | 634 MUST_USE_RESULT virtual PropertyAttributes GetAttributes( in GetAttributes() function in v8::internal::ElementsAccessorBase 1599 return ElementsAccessor::ForArray(arguments)->GetAttributes( in GetAttributesImpl()
|
D | objects.cc | 4087 PropertyAttributes attr = object->GetElementsAccessor()->GetAttributes( in GetElementAttributeWithoutInterceptor()
|
/external/gptfdisk/ |
D | attributes.h | 28 uint64_t GetAttributes(void) const {return attributes;} in GetAttributes() function
|
D | gptpart.h | 67 Attributes GetAttributes(void) {return attributes;} in GetAttributes() function
|
D | attributes.cc | 224 os << data.GetAttributes(); in operator <<()
|
D | gptcurses.cc | 337 printw("Attribute flags: %016x\n", partitions[partNum].GetAttributes().GetAttributes()); in ShowInfo()
|
D | gpt.cc | 2383 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/ |
D | DWARFDebugInfoEntry.cpp | 1210 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()
|
D | DWARFDebugPubnames.cpp | 108 … const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes); in GeneratePubnames()
|
D | SymbolFileDWARF.cpp | 1421 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 …]
|
D | DWARFDebugInfoEntry.h | 162 size_t GetAttributes(
|
D | DWARFCompileUnit.cpp | 669 … const size_t num_attributes = die.GetAttributes(m_dwarf2Data, this, fixed_form_sizes, attributes); in Index()
|