/external/valgrind/drd/ |
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 | 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_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 | 1352 const BmAccessTypeT access_type, in thread_report_conflicting_segments_segment() argument 1376 access_type)) { in thread_report_conflicting_segments_segment() 1407 const BmAccessTypeT access_type) in DRD_() 1415 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type)) in DRD_() 1417 access_type, p); in DRD_()
|
D | drd_thread.h | 206 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/v8/src/crankshaft/ |
D | hydrogen.cc | 1563 PropertyAccessType access_type) { in BuildCheckForCapacityGrow() argument 1598 if (access_type == STORE && kind == FAST_SMI_ELEMENTS) { in BuildCheckForCapacityGrow() 2491 PropertyAccessType access_type, in BuildUncheckedMonomorphicElementAccess() argument 2504 (elements_kind == FAST_ELEMENTS && access_type == STORE)) { in BuildUncheckedMonomorphicElementAccess() 2511 if (access_type == STORE && (fast_elements || fast_smi_only_elements) && in BuildUncheckedMonomorphicElementAccess() 2549 elements_kind, access_type); in BuildUncheckedMonomorphicElementAccess() 2559 access_type); in BuildUncheckedMonomorphicElementAccess() 2569 if (access_type == STORE && IsFastSmiElementsKind(elements_kind) && in BuildUncheckedMonomorphicElementAccess() 2581 is_js_array, access_type); in BuildUncheckedMonomorphicElementAccess() 2586 if (access_type == STORE && (fast_elements || fast_smi_only_elements)) { in BuildUncheckedMonomorphicElementAccess() [all …]
|
D | hydrogen.h | 1375 PropertyAccessType access_type); 1442 PropertyAccessType access_type, 1449 PropertyAccessType access_type, 2316 PropertyAccessType access_type); 2319 PropertyAccessType access_type); 2404 PropertyAccessType access_type, Expression* expr, FeedbackVectorSlot slot, 2458 PropertyAccessType access_type, Handle<Map> map, in PropertyAccessInfo() argument 2461 access_type_(access_type), in PropertyAccessInfo() 2670 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type, 2686 PropertyAccessType access_type, [all …]
|
D | hydrogen-instructions.cc | 3949 void HObjectAccess::SetGVNFlags(HValue *instr, PropertyAccessType access_type) { in SetGVNFlags() argument 3951 if (access_type == STORE) { in SetGVNFlags() 3963 if (access_type == STORE) { in SetGVNFlags() 3970 if (access_type == STORE) { in SetGVNFlags() 3977 if (access_type == STORE) { in SetGVNFlags() 3984 if (access_type == STORE) { in SetGVNFlags() 3991 if (access_type == STORE) { in SetGVNFlags() 3998 if (access_type == STORE) { in SetGVNFlags() 4005 if (access_type == STORE) { in SetGVNFlags() 4012 if (access_type == STORE) { in SetGVNFlags()
|
D | hydrogen-instructions.h | 5475 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
|
/external/v8/src/asmjs/ |
D | asm-typer.h | 306 AsmType* ValidateHeapAccess(Property* heap, HeapAccessType access_type);
|
D | asm-typer.cc | 2486 HeapAccessType access_type) { in ValidateHeapAccess() argument 2518 if (access_type == LoadFromHeap) { in ValidateHeapAccess() 2532 if (access_type == LoadFromHeap) { in ValidateHeapAccess() 2549 if (access_type == LoadFromHeap) { in ValidateHeapAccess()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 771 const char *access_type = in ReportDeadlySignal() local 775 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignal()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 2877 MachineType const access_type = BufferAccessOf(node->op()).machine_type(); in DoLoadBuffer() local 2878 if (output_rep != access_type.representation()) { in DoLoadBuffer() 2894 Node* etrue = graph()->NewNode(machine()->Load(access_type), buffer, index, in DoLoadBuffer() 2899 etrue, access_type.representation(), element_type, node, in DoLoadBuffer() 2930 NodeProperties::ChangeOp(node, machine()->CheckedLoad(access_type)); in DoLoadBuffer()
|