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

  /art/runtime/interpreter/
unstarted_runtime_test.cc 110 typedef int16_t unaligned_short __attribute__ ((aligned (1))); typedef
111 const unaligned_short* short_ptr = reinterpret_cast<const unaligned_short*>(base_ptr + i);
unstarted_runtime.cc 552 typedef int16_t unaligned_short __attribute__ ((aligned (1))); typedef
553 result->SetS(*reinterpret_cast<unaligned_short*>(static_cast<intptr_t>(address)));
    [all...]

Completed in 42 milliseconds