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

  /art/compiler/dex/quick/
gen_loadstore.cc 96 } else if (IsInexpensiveConstant(rl_src)) {
126 } else if (IsInexpensiveConstant(rl_src)) {
152 if (IsInexpensiveConstant(rl_src) || rl_src.location != kLocPhysReg) {
218 if (IsInexpensiveConstant(rl_src) || rl_src.location != kLocPhysReg) {
mir_to_lir.h 280 bool IsInexpensiveConstant(RegLocation rl_src);
    [all...]
codegen_util.cc 27 bool Mir2Lir::IsInexpensiveConstant(RegLocation rl_src) {
    [all...]
ralloc_util.cc 921 if (loc.fp || !IsInexpensiveConstant(loc)) {
    [all...]

Completed in 42 milliseconds