HomeSort by relevance Sort by last modified time
    Searched full:extend_name (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/arm64/
target_arm64.cc 241 const char *extend_name = extend_names[(operand >> 3) & 0x7]; local
244 snprintf(buf, buf_size, ", %s", extend_name);
246 snprintf(buf, buf_size, ", %s #%d", extend_name, amount);
    [all...]

Completed in 62 milliseconds