Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 17 of 17) 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.c94 const BmAccessTypeT access_type, in DRD_()
103 if (access_type == eStore && size <= sizeof(HWord)) { in DRD_()
108 } else if (access_type == eStore && size > sizeof(HWord)) { in DRD_()
118 access_type == eLoad ? "load " in DRD_()
119 : access_type == eStore ? "store" in DRD_()
120 : access_type == eStart ? "start" in DRD_()
121 : access_type == eEnd ? "end " : "????", in DRD_()
144 const BmAccessTypeT access_type) in drd_report_race() argument
166 .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.c202 what_prefix, dri->access_type == eStore ? "store" : "load", in drd_report_data_race()
240 dri->access_type); in drd_report_data_race()
267 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.c1356 const BmAccessTypeT access_type, in thread_report_conflicting_segments_segment() argument
1380 access_type)) { in thread_report_conflicting_segments_segment()
1411 const BmAccessTypeT access_type) in DRD_()
1419 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type)) in DRD_()
1421 access_type, p); in DRD_()
Ddrd_thread.h206 const BmAccessTypeT access_type);
/external/valgrind/drd/tests/
Dunit_bitmap.c76 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member
145 s_test1_args[i].access_type); in bm_test1()
156 s_test1_args[i].access_type)); in bm_test1()
/external/v8/src/crankshaft/
Dhydrogen.cc1515 PropertyAccessType access_type) { in BuildCheckForCapacityGrow() argument
1550 if (access_type == STORE && kind == FAST_SMI_ELEMENTS) { in BuildCheckForCapacityGrow()
2446 PropertyAccessType access_type, in BuildUncheckedMonomorphicElementAccess() argument
2459 (elements_kind == FAST_ELEMENTS && access_type == STORE)) { in BuildUncheckedMonomorphicElementAccess()
2466 if (access_type == STORE && (fast_elements || fast_smi_only_elements) && in BuildUncheckedMonomorphicElementAccess()
2504 elements_kind, access_type); in BuildUncheckedMonomorphicElementAccess()
2514 access_type); in BuildUncheckedMonomorphicElementAccess()
2524 if (access_type == STORE && IsFastSmiElementsKind(elements_kind) && in BuildUncheckedMonomorphicElementAccess()
2536 is_js_array, access_type); in BuildUncheckedMonomorphicElementAccess()
2541 if (access_type == STORE && (fast_elements || fast_smi_only_elements)) { in BuildUncheckedMonomorphicElementAccess()
[all …]
Dhydrogen.h1370 PropertyAccessType access_type);
1437 PropertyAccessType access_type,
1444 PropertyAccessType access_type,
2306 PropertyAccessType access_type);
2309 PropertyAccessType access_type);
2393 void HandlePolymorphicNamedFieldAccess(PropertyAccessType access_type,
2450 PropertyAccessType access_type, Handle<Map> map, in PropertyAccessInfo() argument
2453 access_type_(access_type), in PropertyAccessInfo()
2684 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type,
2700 PropertyAccessType access_type,
[all …]
Dhydrogen-instructions.cc3944 void HObjectAccess::SetGVNFlags(HValue *instr, PropertyAccessType access_type) { in SetGVNFlags() argument
3946 if (access_type == STORE) { in SetGVNFlags()
3958 if (access_type == STORE) { in SetGVNFlags()
3965 if (access_type == STORE) { in SetGVNFlags()
3972 if (access_type == STORE) { in SetGVNFlags()
3979 if (access_type == STORE) { in SetGVNFlags()
3986 if (access_type == STORE) { in SetGVNFlags()
3993 if (access_type == STORE) { in SetGVNFlags()
4000 if (access_type == STORE) { in SetGVNFlags()
4007 if (access_type == STORE) { in SetGVNFlags()
Dhydrogen-instructions.h5466 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
/external/v8/src/asmjs/
Dasm-typer.h358 AsmType* ValidateHeapAccess(Property* heap, HeapAccessType access_type);
Dasm-typer.cc2579 HeapAccessType access_type) { in ValidateHeapAccess() argument
2611 if (access_type == LoadFromHeap) { in ValidateHeapAccess()
2625 if (access_type == LoadFromHeap) { in ValidateHeapAccess()
2642 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.cc3003 MachineType const access_type = BufferAccessOf(node->op()).machine_type(); in DoLoadBuffer() local
3004 if (output_rep != access_type.representation()) { in DoLoadBuffer()
3020 Node* etrue = graph()->NewNode(machine()->Load(access_type), buffer, index, in DoLoadBuffer()
3025 etrue, access_type.representation(), element_type, node, in DoLoadBuffer()
3056 NodeProperties::ChangeOp(node, machine()->CheckedLoad(access_type)); in DoLoadBuffer()