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

  /art/compiler/dex/quick/
ralloc_util.cc 471 RegStorage Mir2Lir::AllocLiveReg(int s_reg, int reg_class, bool wide) {
997 RegStorage reg = AllocLiveReg(loc.s_reg_low, loc.ref ? kRefReg : kAnyReg, false);
    [all...]
mir_to_lir.h 299 * s_reg_ == INVALID_SREG. An attempt to later AllocLiveReg() of v9 with a single-precision
301 * This will cause all members of the aliased set to be clobbered and AllocLiveReg() will
728 RegStorage AllocLiveReg(int s_reg, int reg_class, bool wide);
    [all...]

Completed in 45 milliseconds