Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 19 of 19) sorted by relevance

/external/valgrind/drd/
Dpub_drd_bitmap.h86 const BmAccessTypeT access_type);
101 const BmAccessTypeT access_type);
110 const Addr address, const BmAccessTypeT access_type);
121 const BmAccessTypeT access_type);
Ddrd_load_store.c96 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()
Ddrd_bitmap.c129 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 …]
Ddrd_load_store.h50 const BmAccessTypeT access_type,
Ddrd_error.c203 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()
Ddrd_error.h105 BmAccessTypeT access_type; // Access type: load or store. member
Ddrd_thread.c1284 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_()
Ddrd_thread.h191 const BmAccessTypeT access_type);
/external/valgrind/drd/tests/
Dunit_bitmap.c74 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/
DClangASTContext.h237 lldb::AccessType access_type,
279 lldb::AccessType access_type,
/external/v8/src/
Dlookup.cc75 bool LookupIterator::HasAccess(v8::AccessType access_type) const { in HasAccess()
77 return isolate_->MayNamedAccess(GetHolder<JSObject>(), name_, access_type); in HasAccess()
Dhydrogen.cc1309 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 …]
Dhydrogen.h1338 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 …]
Dlookup.h102 bool HasAccess(v8::AccessType access_type) const;
Dhydrogen-instructions.cc4676 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()
Dhydrogen-instructions.h6289 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
/external/lldb/source/Symbol/
DClangASTContext.cpp1130 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/
DSymbolFileDWARF.h527 lldb::AccessType access_type,
DSymbolFileDWARF.cpp1542 lldb::AccessType access_type, in ParseClassTemplateDecl() argument
1554 access_type, in ParseClassTemplateDecl()