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

  /art/runtime/entrypoints/
entrypoint_utils.h 114 WriteBit = 1 << 5,
120 InstanceObjectWrite = InstanceBit | ObjectBit | WriteBit,
122 InstancePrimitiveWrite = InstanceBit | PrimitiveBit | WriteBit,
124 StaticObjectWrite = StaticBit | ObjectBit | WriteBit,
126 StaticPrimitiveWrite = StaticBit | PrimitiveBit | WriteBit,
entrypoint_utils-inl.h 326 constexpr bool is_set = (type & FindFieldFlags::WriteBit) != 0;
623 const bool is_set = (type & FindFieldFlags::WriteBit) != 0;
    [all...]
  /art/runtime/
stack_map.cc 76 writer_.WriteBit(false); // Is not deduped.
80 writer_.WriteBit(true); // Is deduped.
  /art/compiler/optimizing/
stack_map_stream.cc 289 out.WriteBit(false); // Is not deduped.
  /art/libartbase/base/
bit_memory_region.h 295 ALWAYS_INLINE void WriteBit(bool value) {

Completed in 146 milliseconds