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

/external/linux-kselftest/tools/testing/selftests/bpf/
H A Ddev_cgroup.c15 short type = ctx->access_type & 0xFFFF;
17 short access = ctx->access_type >> 16;
/external/valgrind/drd/
H A Ddrd_load_store.h50 const BmAccessTypeT access_type,
H A 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);
H A Ddrd_error.h105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon29272
H A Ddrd_load_store.c94 const BmAccessTypeT access_type,
103 if (access_type == eStore && size <= sizeof(HWord)) {
108 } else if (access_type == eStore && size > sizeof(HWord)) {
118 access_type == eLoad ? "load "
119 : access_type == eStore ? "store"
120 : access_type == eStart ? "start"
121 : access_type == eEnd ? "end " : "????",
144 const BmAccessTypeT access_type)
166 .access_type = access_type,
93 trace_mem_access(const Addr addr, const SizeT size, const BmAccessTypeT access_type, const HWord stored_value_hi, const HWord stored_value_lo) argument
143 drd_report_race(const Addr addr, const SizeT size, const BmAccessTypeT access_type) argument
[all...]
H A Ddrd_bitmap.c119 * Record an access of type access_type at addresses a .. a + size - 1 in
129 const BmAccessTypeT access_type)
131 tl_assert(access_type == eLoad || access_type == eStore);
133 if (access_type == eLoad)
333 const BmAccessTypeT access_type)
335 tl_assert(access_type == eLoad || access_type == eStore);
337 if (access_type == eLoad)
532 * Report whether an access of type access_type a
127 bm_access_range(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
332 bm_has(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
535 bm_has_1(struct bitmap* const bm, const Addr a, const BmAccessTypeT access_type) argument
806 bm_has_conflict_with(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
[all...]
H A Ddrd_error.c202 what_prefix, dri->access_type == eStore ? "store" : "load",
240 dri->access_type);
267 return dri1->access_type == dri2->access_type
H A Ddrd_thread.h206 const BmAccessTypeT access_type);
H A Ddrd_thread.c1356 const BmAccessTypeT access_type,
1380 access_type)) {
1411 const BmAccessTypeT access_type)
1419 if (DRD_(bm_has)(DRD_(sg_bm)(p), addr, addr + size, access_type))
1421 access_type, p);
1353 thread_report_conflicting_segments_segment(const DrdThreadId tid, const Addr addr, const SizeT size, const BmAccessTypeT access_type, const Segment* const p) argument
1408 thread_report_conflicting_segments(const DrdThreadId tid, const Addr addr, const SizeT size, const BmAccessTypeT access_type) argument
/external/valgrind/drd/tests/
H A Dunit_bitmap.c76 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon29296
145 s_test1_args[i].access_type);
156 s_test1_args[i].access_type));
/external/v8/src/crankshaft/
H A Dhydrogen.cc1515 PropertyAccessType access_type) {
1550 if (access_type == STORE && kind == FAST_SMI_ELEMENTS) {
2446 PropertyAccessType access_type,
2459 (elements_kind == FAST_ELEMENTS && access_type == STORE)) {
2466 if (access_type == STORE && (fast_elements || fast_smi_only_elements) &&
2504 elements_kind, access_type);
2514 access_type);
2524 if (access_type == STORE && IsFastSmiElementsKind(elements_kind) &&
2536 is_js_array, access_type);
2541 if (access_type
1508 BuildCheckForCapacityGrow( HValue* object, HValue* elements, ElementsKind kind, HValue* length, HValue* key, bool is_js_array, PropertyAccessType access_type) argument
2440 BuildUncheckedMonomorphicElementAccess( HValue* checked_object, HValue* key, HValue* val, bool is_js_array, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode, KeyedAccessStoreMode store_mode) argument
2666 AddElementAccess( HValue* elements, HValue* checked_key, HValue* val, HValue* dependency, HValue* backing_store_owner, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode) argument
5143 CanInlineGlobalPropertyAccess( Variable* var, LookupIterator* it, PropertyAccessType access_type) argument
5149 CanInlineGlobalPropertyAccess( LookupIterator* it, PropertyAccessType access_type) argument
6203 HandlePolymorphicNamedFieldAccess( PropertyAccessType access_type, Expression* expr, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, HValue* object, HValue* value, SmallMapList* maps, Handle<Name> name) argument
6872 BuildNamedGeneric( PropertyAccessType access_type, Expression* expr, FeedbackSlot slot, HValue* object, Handle<Name> name, HValue* value, bool is_uninitialized) argument
6943 BuildKeyedGeneric( PropertyAccessType access_type, Expression* expr, FeedbackSlot slot, HValue* object, HValue* key, HValue* value) argument
6996 BuildMonomorphicElementAccess( HValue* object, HValue* key, HValue* val, HValue* dependency, Handle<Map> map, PropertyAccessType access_type, KeyedAccessStoreMode store_mode) argument
7139 HandlePolymorphicElementAccess( Expression* expr, FeedbackSlot slot, HValue* object, HValue* key, HValue* val, SmallMapList* maps, PropertyAccessType access_type, KeyedAccessStoreMode store_mode, bool* has_side_effects) argument
7274 HandleKeyedElementAccess( HValue* obj, HValue* key, HValue* val, Expression* expr, FeedbackSlot slot, BailoutId ast_id, BailoutId return_id, PropertyAccessType access_type, bool* has_side_effects) argument
[all...]
H A 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,
2453 access_type_(access_type),
2684 HInstruction* BuildKeyedGeneric(PropertyAccessType access_type,
2700 PropertyAccessType access_type,
2449 PropertyAccessInfo(HOptimizedGraphBuilder* builder, PropertyAccessType access_type, Handle<Map> map, Handle<Name> name) argument
[all...]
H A Dhydrogen-instructions.cc3944 void HObjectAccess::SetGVNFlags(HValue *instr, PropertyAccessType access_type) { argument
3946 if (access_type == STORE) {
3958 if (access_type == STORE) {
3965 if (access_type == STORE) {
3972 if (access_type == STORE) {
3979 if (access_type == STORE) {
3986 if (access_type == STORE) {
3993 if (access_type == STORE) {
4000 if (access_type == STORE) {
4007 if (access_type
[all...]
H A Dhydrogen-instructions.h5466 void SetGVNFlags(HValue *instr, PropertyAccessType access_type);
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h998 __u32 access_type; /* (access << 16) | type */ member in struct:bpf_cgroup_dev_ctx
/external/v8/src/asmjs/
H A Dasm-typer.h358 AsmType* ValidateHeapAccess(Property* heap, HeapAccessType access_type);
H A Dasm-typer.cc2579 HeapAccessType access_type) {
2611 if (access_type == LoadFromHeap) {
2625 if (access_type == LoadFromHeap) {
2642 if (access_type == LoadFromHeap) {
2578 ValidateHeapAccess(Property* heap, HeapAccessType access_type) argument
/external/compiler-rt/lib/asan/
H A Dasan_report.cc771 const char *access_type = local
775 Report("The signal is caused by a %s memory access.\n", access_type);
/external/v8/src/compiler/
H A Dsimplified-lowering.cc3003 MachineType const access_type = BufferAccessOf(node->op()).machine_type(); local
3004 if (output_rep != access_type.representation()) {
3020 Node* etrue = graph()->NewNode(machine()->Load(access_type), buffer, index,
3025 etrue, access_type.representation(), element_type, node,
3056 NodeProperties::ChangeOp(node, machine()->CheckedLoad(access_type));

Completed in 502 milliseconds