HomeSort by relevance Sort by last modified time
    Searched defs:access_type (Results 1 - 5 of 5) sorted by null

  /external/valgrind/drd/tests/
unit_bitmap.c 76 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon37595
145 s_test1_args[i].access_type);
156 s_test1_args[i].access_type));
  /external/valgrind/drd/
drd_error.h 105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon37571
  /system/update_engine/payload_generator/
inplace_generator.cc 683 Vertex::Index Block::*access_type = (field == READER) ? member in class:chromeos_update_engine::Block
689 if ((*blocks)[block].*access_type != Vertex::kInvalidIndex) {
692 << (*blocks)[block].*access_type << "("
693 << graph[(*blocks)[block].*access_type].aop.name
697 (*blocks)[block].*access_type = vertex;
  /external/compiler-rt/lib/asan/
asan_report.cc 771 const char *access_type = local
775 Report("The signal is caused by a %s memory access.\n", access_type);
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 3003 MachineType const access_type = BufferAccessOf(node->op()).machine_type(); local
    [all...]

Completed in 237 milliseconds