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

  /art/compiler/dex/quick/
local_optimizations.cc 175 int native_reg_id = this_lir->operands[0]; local
250 bool reg_compatible = RegStorage::SameRegType(check_lir->operands[0], native_reg_id);
257 EliminateLoad(check_lir, native_reg_id);
263 if (check_lir->operands[0] != native_reg_id) {
275 EliminateLoad(check_lir, native_reg_id);

Completed in 424 milliseconds