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

  /art/runtime/
memory_region_test.cc 39 TEST(MemoryRegion, StoreUnaligned) {
44 region.StoreUnaligned<unsigned char>(0u, 7);
45 region.StoreUnaligned<int16_t>(1, 6 + (5 << kBitsPerByte));
46 region.StoreUnaligned<uint32_t>(3,
51 region.StoreUnaligned<char>(7, 0);
memory_region.h 95 ALWAYS_INLINE void StoreUnaligned(uintptr_t offset, T value) const {
stack_map.h 225 region_.StoreUnaligned<ShortLocation>(offset, MakeShortLocation(kind, value));
237 // art::MemoryRegion::StoreUnaligned instead of
239 region_.StoreUnaligned<DexRegisterLocation::Kind>(offset, kind);
240 region_.StoreUnaligned<int32_t>(offset + sizeof(DexRegisterLocation::Kind), value);
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 294 milliseconds