/external/valgrind/drd/ |
D | pub_drd_bitmap.h | 86 const BmAccessTypeT access_type); 101 const BmAccessTypeT access_type); 110 const Addr address, const BmAccessTypeT access_type); 121 const BmAccessTypeT access_type);
|
D | drd_load_store.c | 96 const BmAccessTypeT access_type, in DRD_() 105 if (access_type == eStore && size <= sizeof(HWord)) { in DRD_() 110 } else if (access_type == eStore && size > sizeof(HWord)) { in DRD_() 120 access_type == eLoad ? "load " in DRD_() 121 : access_type == eStore ? "store" in DRD_() 122 : access_type == eStart ? "start" in DRD_() 123 : access_type == eEnd ? "end " : "????", in DRD_() 146 const BmAccessTypeT access_type) in drd_report_race() argument 168 .access_type = access_type, in drd_report_race()
|
D | drd_bitmap.c | 129 const BmAccessTypeT access_type) in DRD_() 131 tl_assert(access_type == eLoad || access_type == eStore); in DRD_() 133 if (access_type == eLoad) in DRD_() 333 const BmAccessTypeT access_type) in DRD_() 335 tl_assert(access_type == eLoad || access_type == eStore); in DRD_() 337 if (access_type == eLoad) in DRD_() 536 const Addr a, const BmAccessTypeT access_type) in DRD_() 549 p0 = (access_type == eLoad) ? p1->bm0_r : p1->bm0_w; in DRD_() 808 const BmAccessTypeT access_type) in DRD_() 850 if (access_type == eLoad) in DRD_() [all …]
|
D | drd_load_store.h | 50 const BmAccessTypeT access_type,
|
D | drd_error.c | 203 what_prefix, dri->access_type == eStore ? "store" : "load", in drd_report_data_race() 241 dri->access_type); in drd_report_data_race() 268 return dri1->access_type == dri2->access_type in drd_compare_error_contexts()
|
D | drd_error.h | 105 BmAccessTypeT access_type; // Access type: load or store. member
|
D | drd_thread.c | 1284 const BmAccessTypeT access_type, in thread_report_conflicting_segments_segment() argument 1308 access_type)) { in thread_report_conflicting_segments_segment() 1339 const BmAccessTypeT access_type) in DRD_() 1347 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type)) in DRD_() 1349 access_type, p); in DRD_()
|
D | drd_thread.h | 191 const BmAccessTypeT access_type);
|
/external/valgrind/drd/tests/ |
D | unit_bitmap.c | 74 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member 143 s_test1_args[i].access_type); in bm_test1() 154 s_test1_args[i].access_type)); in bm_test1()
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTContext.h | 237 lldb::AccessType access_type, 279 lldb::AccessType access_type,
|
/external/v8/src/ |
D | lookup.cc | 75 bool LookupIterator::HasAccess(v8::AccessType access_type) const { in HasAccess() 77 return isolate_->MayNamedAccess(GetHolder<JSObject>(), name_, access_type); in HasAccess()
|
D | hydrogen.cc | 1309 PropertyAccessType access_type) { in BuildCheckForCapacityGrow() argument 1349 if (access_type == STORE && kind == FAST_SMI_ELEMENTS) { in BuildCheckForCapacityGrow() 2404 PropertyAccessType access_type, in BuildUncheckedMonomorphicElementAccess() argument 2417 (elements_kind == FAST_ELEMENTS && access_type == STORE)) { in BuildUncheckedMonomorphicElementAccess() 2424 if (access_type == STORE && (fast_elements || fast_smi_only_elements) && in BuildUncheckedMonomorphicElementAccess() 2460 backing_store, key, val, bounds_check, elements_kind, access_type); in BuildUncheckedMonomorphicElementAccess() 2470 checked_object, elements_kind, access_type); in BuildUncheckedMonomorphicElementAccess() 2480 if (access_type == STORE && IsFastSmiElementsKind(elements_kind) && in BuildUncheckedMonomorphicElementAccess() 2492 is_js_array, access_type); in BuildUncheckedMonomorphicElementAccess() 2497 if (access_type == STORE && (fast_elements || fast_smi_only_elements)) { in BuildUncheckedMonomorphicElementAccess() [all …]
|
D | hydrogen.h | 1338 PropertyAccessType access_type); 1423 PropertyAccessType access_type, 1433 PropertyAccessType access_type, 2309 PropertyAccessType access_type); 2394 void HandlePolymorphicNamedFieldAccess(PropertyAccessType access_type, 2423 PropertyAccessType access_type, in PropertyAccessInfo() argument 2428 access_type_(access_type), in PropertyAccessInfo() 2598 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type, 2616 PropertyAccessType access_type, 2624 PropertyAccessType access_type, [all …]
|
D | lookup.h | 102 bool HasAccess(v8::AccessType access_type) const;
|
D | hydrogen-instructions.cc | 4676 void HObjectAccess::SetGVNFlags(HValue *instr, PropertyAccessType access_type) { in SetGVNFlags() argument 4678 if (access_type == STORE) { in SetGVNFlags() 4690 if (access_type == STORE) { in SetGVNFlags() 4697 if (access_type == STORE) { in SetGVNFlags() 4704 if (access_type == STORE) { in SetGVNFlags() 4711 if (access_type == STORE) { in SetGVNFlags() 4718 if (access_type == STORE) { in SetGVNFlags() 4725 if (access_type == STORE) { in SetGVNFlags() 4732 if (access_type == STORE) { in SetGVNFlags() 4739 if (access_type == STORE) { in SetGVNFlags()
|
D | hydrogen-instructions.h | 6289 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 1130 AccessType access_type, in CreateRecordType() argument 1167 if (access_type != eAccessNone) in CreateRecordType() 1168 decl->setAccess (ConvertAccessTypeToAccessSpecifier (access_type)); in CreateRecordType() 1280 lldb::AccessType access_type, in CreateClassTemplateDecl() argument 1338 if (access_type != eAccessNone) in CreateClassTemplateDecl() 1339 class_template_decl->setAccess (ConvertAccessTypeToAccessSpecifier (access_type)); in CreateClassTemplateDecl()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 527 lldb::AccessType access_type,
|
D | SymbolFileDWARF.cpp | 1542 lldb::AccessType access_type, in ParseClassTemplateDecl() argument 1554 access_type, in ParseClassTemplateDecl()
|