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

  /art/compiler/dex/quick/
gen_invoke.cc 1014 bool src_is_8b_aligned = (current_src_offset & 0x7) == 0; local
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 2682 bool src_is_8b_aligned = (current_src_offset & 0x7) == 0; local
    [all...]

Completed in 414 milliseconds