Home
last modified time | relevance | path

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

/external/valgrind/drd/
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()
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_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.c1352 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_()
Ddrd_thread.h206 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/v8/src/crankshaft/
Dhydrogen.cc1563 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 …]
Dhydrogen.h1375 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 …]
Dhydrogen-instructions.cc3949 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()
Dhydrogen-instructions.h5475 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
/external/v8/src/asmjs/
Dasm-typer.h306 AsmType* ValidateHeapAccess(Property* heap, HeapAccessType access_type);
Dasm-typer.cc2486 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/
Dasan_report.cc771 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/
Dsimplified-lowering.cc2877 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()