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

  /external/valgrind/drd/tests/
unit_bitmap.c 74 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon25859
143 s_test1_args[i].access_type);
154 s_test1_args[i].access_type));
  /external/valgrind/drd/
drd_error.h 105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon25835
  /system/update_engine/payload_generator/
inplace_generator.cc 686 Vertex::Index Block::*access_type = (field == READER) ? member in class:chromeos_update_engine::Block
693 if ((*blocks)[block].*access_type != Vertex::kInvalidIndex) {
696 << (*blocks)[block].*access_type << "("
697 << graph[(*blocks)[block].*access_type].aop.name
701 (*blocks)[block].*access_type = vertex;
  /external/v8/src/compiler/
simplified-lowering.cc 1518 MachineType const access_type = BufferAccessOf(node->op()).machine_type(); local
    [all...]

Completed in 92 milliseconds